aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/tsconfig.json')
-rw-r--r--FrontEnd/tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/tsconfig.json b/FrontEnd/tsconfig.json
index 97946126..bf106d95 100644
--- a/FrontEnd/tsconfig.json
+++ b/FrontEnd/tsconfig.json
@@ -21,13 +21,13 @@
"~*": [
"./*"
],
- "@/*": [
- "./src/*"
- ]
},
"noEmit": true
},
"include": [
"src"
+ ],
+ "exclude": [
+ "src/migrating"
]
} \ No newline at end of file