chore(tsconfig): add compileOnSave (#2658)
This commit is contained in:
parent
bfd08c08c5
commit
c5a1b3f42a
|
@ -13,6 +13,7 @@
|
||||||
"../../node_modules/@types/"
|
"../../node_modules/@types/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"compileOnSave": true,
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules/*",
|
"node_modules/*",
|
||||||
"**/*-aot.ts"
|
"**/*-aot.ts"
|
||||||
|
|
Loading…
Reference in New Issue