mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-21 17:56:45 +02:00
36 lines
901 B
JSON
36 lines
901 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"useDefineForClassFields": false,
|
|
"lib": [
|
|
"ES2022",
|
|
"dom"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
},
|
|
"exclude": [
|
|
"cypress.config.ts",
|
|
// See https://github.com/cypress-io/cypress/issues/7552#issuecomment-763498855
|
|
"test/cypress/**/*",
|
|
"extension/**/*",
|
|
"extensions/**/*"
|
|
]
|
|
}
|