Created
April 14, 2019 10:22
-
-
Save Sean-Bradley/b6983d000e9427c98c6cd56b634a2703 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
{ | |
"compilerOptions": { | |
"target": "es2017", | |
"module": "commonjs", | |
"resolveJsonModule": true, | |
"esModuleInterop": true, | |
"outDir": "dist", | |
"sourceMap": true | |
}, | |
"files": [ | |
"./node_modules/@types/node/index.d.ts" | |
], | |
"include": [ | |
"src/**/*.ts" | |
], | |
"exclude": [ | |
"node_modules" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment