Commit ccb97afd authored by Ward Bell's avatar Ward Bell

chore(tsconfig): add compileOnSave and exclude -aot.ts files

parent 80684c1d
...@@ -13,8 +13,9 @@ ...@@ -13,8 +13,9 @@
"./node_modules/@types/" "./node_modules/@types/"
] ]
}, },
"compileOnSave": true,
"exclude": [ "exclude": [
"node_modules/*" "node_modules/*",
"**/*-aot.ts"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment