diff options
Diffstat (limited to 'FrontEnd/tsconfig.json')
-rw-r--r-- | FrontEnd/tsconfig.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FrontEnd/tsconfig.json b/FrontEnd/tsconfig.json index cd6aa25d..bf106d95 100644 --- a/FrontEnd/tsconfig.json +++ b/FrontEnd/tsconfig.json @@ -21,9 +21,6 @@ "~*": [
"./*"
],
- "@/*": [
- "./src/*"
- ]
},
"noEmit": true
},
|