diff options
Diffstat (limited to 'web/core/tsconfig.json')
| -rw-r--r-- | web/core/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/core/tsconfig.json b/web/core/tsconfig.json new file mode 100644 index 0000000..9717b38 --- /dev/null +++ b/web/core/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "rootDir": "src", + "outDir": "dist", + "lib": ["ES2022", "DOM"], + "noEmit": true + }, + "include": ["src/**/*.ts"] +} |
