diff options
Diffstat (limited to 'FrontEnd/tsconfig.json')
-rw-r--r-- | FrontEnd/tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/tsconfig.json b/FrontEnd/tsconfig.json index 97946126..cd6aa25d 100644 --- a/FrontEnd/tsconfig.json +++ b/FrontEnd/tsconfig.json @@ -29,5 +29,8 @@ },
"include": [
"src"
+ ],
+ "exclude": [
+ "src/migrating"
]
}
\ No newline at end of file |