We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88428d commit 23d638fCopy full SHA for 23d638f
tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
"compilerOptions": {
3
"outDir": "./dist",
4
+ "tsBuildInfoFile": "./tmp/tsbuildinfo",
5
+ "incremental": true,
6
"sourceMap": true,
7
"declaration": true,
8
"allowJs": true,
0 commit comments