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