tsc: store build info file out of the way
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:16:56 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tsconfig.json → tsconfig.json
@@ -1,6 +1,7 @@ { "compilerOptions": { "lib": ["ES2017", "ES2019", "ESNext"], + "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo", "module": "esnext", "target": "esnext", "moduleResolution": "bundler",