Files
speckle-server/packages/shared/.tshy/esm.json
T
Kristaps Fabians Geikins c54d15fd93 feat: authz frontend foundation + reworked errors (#4275)
* feat: authz frontend foundation + reworked errors

* lint fixes

* test fix

* fixed noCache() util
2025-03-27 16:13:35 +02:00

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"
}
}