Skip to content

Commit a20077e

Browse files
committed
stop typescript from generating .tsbuildinfo
1 parent 7281204 commit a20077e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ _testmain.go
2828
*.exe
2929
*.test
3030
*.prof
31-
*.tsbuildinfo
3231

3332
*coverage.out
3433
coverage.all

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"allowSyntheticDefaultImports": true,
1616
"alwaysStrict": true,
1717
"esModuleInterop": true,
18+
"incremental": false,
1819
"isolatedModules": true,
1920
"noEmit": true,
2021
"resolveJsonModule": true,

0 commit comments

Comments
 (0)