{ | |
"compilerOptions": { | |
"noImplicitAny": false, | |
"noEmitOnError": true, | |
"removeComments": false, | |
"sourceMap": false, | |
"target": "es5", | |
"noEmitHelpers": true, | |
"strictNullChecks": true | |
}, | |
"compileOnSave": true, | |
"exclude": [ | |
"node_modules", | |
"wwwroot" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment