all repos — website @ 6e947c38b7f27a7a320600c70b55afd8f92f534c

My website

tsc: store build info file out of the way

Alan Pearce
commit

6e947c38b7f27a7a320600c70b55afd8f92f534c

parent

c6d1ef68b084883936d9464037bee0831b51bc9b

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M tsconfig.jsontsconfig.json
@@ -1,6 +1,7 @@
{ "compilerOptions": { "lib": ["ES2017", "ES2019", "ESNext"], + "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo", "module": "esnext", "target": "esnext", "moduleResolution": "bundler",