You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
689 B
26 lines
689 B
{ |
|
"compilerOptions": { |
|
"moduleResolution": "node", |
|
"noImplicitAny": true, |
|
"emitDecoratorMetadata": true, |
|
"experimentalDecorators": true, |
|
"module": "es6", |
|
"target": "ES2016", |
|
"allowJs": true, |
|
"sourceMap": true, |
|
"allowSyntheticDefaultImports": true, |
|
"types": [], |
|
"baseUrl": ".", |
|
"paths": { |
|
"tldjs": ["jslib/src/misc/tldjs.noop"], |
|
"jslib-common/*": ["jslib/common/src/*"], |
|
"jslib-angular/*": ["jslib/angular/src/*"], |
|
"jslib-electron/*": ["jslib/electron/src/*"], |
|
"jslib-node/*": ["jslib/node/src/*"] |
|
} |
|
}, |
|
"angularCompilerOptions": { |
|
"preserveWhitespaces": true |
|
}, |
|
"include": ["src", "src-cli"] |
|
}
|
|
|