40 lines
751 B
JSON
40 lines
751 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"tldjs": [
|
|
"jslib/common/src/misc/tldjs.noop"
|
|
],
|
|
"jslib-common/*": [
|
|
"jslib/common/src/*"
|
|
],
|
|
"jslib-angular/*": [
|
|
"jslib/angular/src/*"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": true
|
|
},
|
|
"files": [
|
|
"src/app/polyfills.ts",
|
|
"src/app/main.ts",
|
|
"bitwarden_license/src/app/main.ts"
|
|
],
|
|
"include": [
|
|
"src/connectors/*.ts",
|
|
]
|
|
}
|