Skip to content

Instantly share code, notes, and snippets.

@saimon24
Created October 18, 2019 09:03
Show Gist options
  • Save saimon24/1c31e33ddd22c2be43c99026f2cab7f4 to your computer and use it in GitHub Desktop.
Save saimon24/1c31e33ddd22c2be43c99026f2cab7f4 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"academy-lib": [
"../../dist/academy-lib"
],
"academy-lib/*": [
"../../dist/academy-lib/*"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment