c54d15fd93
* feat: authz frontend foundation + reworked errors * lint fixes * test fix * fixed noCache() util
16 lines
252 B
JSON
16 lines
252 B
JSON
{
|
|
"extends": "./build.json",
|
|
"include": [
|
|
"../src/**/*.ts",
|
|
"../src/**/*.mts",
|
|
"../src/**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"../**/*.spec.ts",
|
|
"../src/tests/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "../.tshy-build/esm"
|
|
}
|
|
}
|