diff options
author | 2023-08-24 19:54:03 -0700 | |
---|---|---|
committer | 2023-08-24 19:54:03 -0700 | |
commit | f7f734788c640810e77c4c1672f9ccc96860ed2d (patch) | |
tree | 4dfc865f383fa9b77b43f63115218601bfbe022e | |
parent | 2cd1d59387b4e48c86e44935998e1bf62dc45902 (diff) | |
download | bun-f7f734788c640810e77c4c1672f9ccc96860ed2d.tar.gz bun-f7f734788c640810e77c4c1672f9ccc96860ed2d.tar.zst bun-f7f734788c640810e77c4c1672f9ccc96860ed2d.zip |
Update tsconfig.base.json
-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, |