You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|||
"compileOnSave": false,
|
|||
"compilerOptions": {
|
|||
"outDir": "./dist/out-tsc",
|
|||
"sourceMap": true,
|
|||
"declaration": false,
|
|||
"moduleResolution": "node",
|
|||
"module": "es2020",
|
|||
"esModuleInterop": true,
|
|||
"experimentalDecorators": true,
|
|||
"noImplicitAny": true,
|
|||
"noImplicitThis": true,
|
|||
"alwaysStrict": true,
|
|||
"allowJs": true,
|
|||
"importHelpers": true,
|
|||
"strictBindCallApply": true,
|
|||
"target": "ES2022",
|
|||
"isolatedModules": true,
|
|||
"typeRoots": [
|
|||
"node_modules/@types"
|
|||
],
|
|||
"lib": [
|
|||
"ES2021.Intl",
|
|||
"es2018",
|
|||
"es2017",
|
|||
"es2016",
|
|||
"es2015",
|
|||
"dom"
|
|||
],
|
|||
"baseUrl": "./",
|
|||
"paths": {
|
|||
"video.js": [
|
|||
"node_modules/video.js/core"
|
|||
],
|
|||
"@app/*": [
|
|||
"src/app/*"
|
|||
],
|
|||
"@root-helpers/*": [
|
|||
"src/root-helpers/*"
|
|||
],
|
|||
"fs": [
|
|||
"src/shims/noop.ts"
|
|||
],
|
|||
"crypto": [
|
|||
"src/shims/noop.ts"
|
|||
]
|
|||
}
|
|||
},
|
|||
"references": [
|
|||
{ "path": "../packages/core-utils" },
|
|||
{ "path": "../packages/models" },
|
|||
{ "path": "../packages/typescript-utils" }
|
|||
],
|
|||
"files": [
|
|||
"src/polyfills.ts"
|
|||
],
|
|||
"include": [
|
|||
"src/polyfills.ts",
|
|||
"src/main*.ts",
|
|||
"src/**/*.d.ts",
|
|||
"src/app/**/*.ts",
|
|||
"src/shims/*.ts"
|
|||
],
|
|||
"angularCompilerOptions": {
|
|||
"strictInjectionParameters": true,
|
|||
"fullTemplateTypeCheck": true,
|
|||
"strictTemplates": true,
|
|||
"enableI18nLegacyMessageIdFormat": false
|
|||
}
|
|||
}
|