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