diff options
Diffstat (limited to 'src/frontend/tsconfig.json')
| -rw-r--r-- | src/frontend/tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/frontend/tsconfig.json b/src/frontend/tsconfig.json new file mode 100644 index 0000000..b0975f3 --- /dev/null +++ b/src/frontend/tsconfig.json @@ -0,0 +1,12 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "lib": [ + "DOM" + ], + "outDir": "../../public/js" + }, + "include": [ + "ts/**/*" + ] +}
\ No newline at end of file |
