diff options
Diffstat (limited to 'FrontEnd/src/app/tsconfig.json')
-rw-r--r-- | FrontEnd/src/app/tsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/FrontEnd/src/app/tsconfig.json b/FrontEnd/src/app/tsconfig.json new file mode 100644 index 00000000..17ee69cb --- /dev/null +++ b/FrontEnd/src/app/tsconfig.json @@ -0,0 +1,13 @@ +{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ]
+ },
+ "include": [
+ "."
+ ]
+}
|