Created
September 25, 2019 11:03
-
-
Save noveogroup-amorgunov/875501f9c0abab18826e9113f45d92ca 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
{ | |
"compilerOptions": { | |
"target": "es2017", | |
"module": "commonjs", | |
"moduleResolution": "node", | |
"declaration": true, | |
"sourceMap": true, | |
"noImplicitAny": true, | |
"outDir": "./lib", | |
"rootDir": "./src" | |
}, | |
"include": ["./src/**/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment