2018-01-16 20:48:34 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
2018-01-23 05:37:36 +01:00
|
|
|
"emitDecoratorMetadata": true,
|
2018-01-16 20:48:34 +01:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es6",
|
|
|
|
"target": "ES2016",
|
|
|
|
"sourceMap": true,
|
2021-04-23 10:45:30 +02:00
|
|
|
"types": [],
|
2018-01-16 20:48:34 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2021-06-07 19:26:36 +02:00
|
|
|
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
|
|
|
"jslib-common/*": ["jslib/common/src/*"],
|
|
|
|
"jslib-angular/*": ["jslib/angular/src/*"],
|
|
|
|
"jslib-electron/*": ["jslib/electron/src/*"]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|
|
|
|
},
|
2018-09-13 18:04:04 +02:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"preserveWhitespaces": true
|
|
|
|
},
|
2021-05-06 16:45:27 +02:00
|
|
|
"include": ["src"]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|