mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Update
This commit is contained in:
parent
3c3795e25a
commit
81b36e7f1a
14
frontend/ng-karaoqueue/tsconfig.app.json
Normal file
14
frontend/ng-karaoqueue/tsconfig.app.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "./out-tsc/app",
|
||||||
|
"types": []
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/app/app.module.ts",
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"src/**/*.d.ts"
|
||||||
|
]
|
||||||
|
}
|
@ -1,27 +1,32 @@
|
|||||||
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||||||
{
|
{
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"outDir": "./dist/out-tsc",
|
"outDir": "./dist/out-tsc",
|
||||||
"sourceMap": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"declaration": false,
|
"strict": true,
|
||||||
"downlevelIteration": true,
|
"noImplicitOverride": true,
|
||||||
"experimentalDecorators": true,
|
"noPropertyAccessFromIndexSignature": true,
|
||||||
"module": "es2020",
|
"noImplicitReturns": true,
|
||||||
"moduleResolution": "node",
|
"noFallthroughCasesInSwitch": true,
|
||||||
"importHelpers": true,
|
"sourceMap": true,
|
||||||
"target": "es2015",
|
"declaration": false,
|
||||||
"typeRoots": [
|
"downlevelIteration": true,
|
||||||
"node_modules/@types"
|
"experimentalDecorators": true,
|
||||||
],
|
"moduleResolution": "node",
|
||||||
"lib": [
|
"importHelpers": true,
|
||||||
"es2018",
|
"target": "es2020",
|
||||||
"dom"
|
"module": "es2020",
|
||||||
]
|
"lib": [
|
||||||
},
|
"es2020",
|
||||||
"angularCompilerOptions": {
|
"dom"
|
||||||
"fullTemplateTypeCheck": true,
|
]
|
||||||
"strictInjectionParameters": true,
|
},
|
||||||
"disableTypeScriptVersionCheck": true
|
"angularCompilerOptions": {
|
||||||
}
|
"enableI18nLegacyMessageIdFormat": false,
|
||||||
}
|
"strictInjectionParameters": true,
|
||||||
|
"strictInputAccessModifiers": true,
|
||||||
|
"strictTemplates": true
|
||||||
|
}
|
||||||
|
}
|
18
frontend/ng-karaoqueue/tsconfig.spec.json
Normal file
18
frontend/ng-karaoqueue/tsconfig.spec.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"outDir": "./out-tsc/spec",
|
||||||
|
"types": [
|
||||||
|
"jasmine"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/test.ts",
|
||||||
|
"src/polyfills.ts"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"src/**/*.spec.ts",
|
||||||
|
"src/**/*.d.ts"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user