all repos — homestead @ 592e3e570519a578cd075bc6444d241d7fdf7ab6

Code for my website

tsc: store build info file out of the way

Alan Pearce
commit

592e3e570519a578cd075bc6444d241d7fdf7ab6

parent

9aa30e93bcd026be8495f358780ddba52631f149

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

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