Skip to content

Instantly share code, notes, and snippets.

@JeroenVinke
Created August 31, 2017 12:51
Show Gist options
  • Save JeroenVinke/eb0e2f78b1cb4a8b33618cecb4464803 to your computer and use it in GitHub Desktop.
Save JeroenVinke/eb0e2f78b1cb4a8b33618cecb4464803 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"target": "es5",
"module": "esnext",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"sourceRoot": "src",
"allowJs": true,
"baseUrl": "src",
"skipLibCheck": true,
"lib": [
"es2017", "dom"
]
},
"exclude": [
"node_modules",
"aurelia_project"
],
"filesGlob": [
"./src/**/*.ts",
"./test/**/*.ts",
"./custom_typings/**/*.d.ts"
],
"atom": {
"rewriteTsconfig": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment