Created
October 18, 2019 09:03
-
-
Save saimon24/1c31e33ddd22c2be43c99026f2cab7f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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