diff options
author | crupest <crupest@outlook.com> | 2023-08-02 02:52:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-02 02:52:07 +0800 |
commit | 645a88e7e35d15cec6106709c42b071bec045e0d (patch) | |
tree | 8c34d8ac3ba177f725e31b55bdf689a303cfee9a /FrontEnd/tsconfig.json | |
parent | 0c5c9d51c51d07aecb6f4a01586c81c824141cb2 (diff) | |
download | timeline-645a88e7e35d15cec6106709c42b071bec045e0d.tar.gz timeline-645a88e7e35d15cec6106709c42b071bec045e0d.tar.bz2 timeline-645a88e7e35d15cec6106709c42b071bec045e0d.zip |
...
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 |