Skip to content

Commit 06fc077

Browse files
authored
fix: fix tsconfig for editors (#1420)
1 parent 23e5eb9 commit 06fc077

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl":"./",
43
"declaration": false,
54
"emitDecoratorMetadata": true,
65
"experimentalDecorators": true,
@@ -9,10 +8,5 @@
98
"moduleResolution": "node",
109
"sourceMap": true,
1110
"target": "es5"
12-
},
13-
"compileOnSave": false,
14-
"buildOnSave": false,
15-
"includes": [
16-
"**.d.ts"
17-
]
11+
}
1812
}

0 commit comments

Comments
 (0)