Last active
October 17, 2016 12:53
-
-
Save wizardnet972/0e5432cf1651a163c6670e106762949e to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"sourceMap": true, | |
"outDir": "../dist/" | |
}, | |
"exclude": [ | |
"node_modules", | |
"**/*.spec.ts" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment