Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created February 5, 2019 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wullemsb/4ff0cc221f6b7e1fcd16f874cfa3bb22 to your computer and use it in GitHub Desktop.
Save wullemsb/4ff0cc221f6b7e1fcd16f874cfa3bb22 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es2017",
"dom"
],
"types": [],
"baseUrl": "src",
"paths": {
"models/*": [ "app/shared/models/*" ],
"services/*": [ "app/services/*" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment