diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | tsconfig.base.json | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index abdc39118..cc74a1bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ src/js/out/DebugPath.h make-dev-stats.csv -.uuid
\ No newline at end of file +.uuid +tsconfig.tsbuildinfo
\ No newline at end of file diff --git a/tsconfig.base.json b/tsconfig.base.json index 2c3b964da..38798ab89 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,7 +6,6 @@ "moduleResolution": "nodenext", "allowImportingTsExtensions": true, "noEmit": true, - "composite": true, "strict": true, "noImplicitAny": false, "allowJs": true, |