mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
20 lines
450 B
JSON
20 lines
450 B
JSON
|
|
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"importHelpers": false,
|
|
"lib": ["ES2019", "dom"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"target": "es2018",
|
|
"types": ["node"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"typeRoots": ["../node_modules/@types"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["./**/*spec.ts"]
|
|
}
|