Files
spring-flo/tsconfig.json
BoykoAlex 5a6635375c Replace codemirror with codemirror-minified
To fix Angular CLI build minification problem of lint.js from codemirror
2018-10-18 15:02:59 -04:00

25 lines
498 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"experimentalDecorators": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"skipLibCheck": true,
"stripInternal": true,
"lib": [
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types",
"src/lib/@types"
],
"strictNullChecks":false
}
}