Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "resolveJsonModule": true,
- "incremental": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "strict": false,
- "noImplicitReturns": false,
- "noFallthroughCasesInSwitch": false,
- "strictPropertyInitialization": false,
- "noImplicitAny": false,
- "sourceMap": true,
- "declaration": false,
- "experimentalDecorators": true,
- "moduleResolution": "node",
- "importHelpers": true,
- "target": "ES2022",
- "module": "es2020",
- "typeRoots": ["node", "src/customTypings", "node_modules/@types"],
- "lib": ["es2018", "dom"],
- "types": ["node", "youtube", "gapi", "gapi.auth2"],
- "strictNullChecks": true,
- "paths": {
- "*": ["./*"]
- },
- "useDefineForClassFields": false
- },
- "angularCompilerOptions": {
- "enableI18nLegacyMessageIdFormat": false,
- "strictInjectionParameters": false,
- "strictInputAccessModifiers": false,
- "strictTemplates": true,
- "extendedDiagnostics": {
- "checks": {
- "optionalChainNotNullable": "suppress",
- "interpolatedSignalNotInvoked": "error",
- "uninvokedFunctionInEventBinding": "error"
- },
- "defaultCategory": "error"
- }
- },
- "include": ["src/**/*.ts"],
- "exclude": ["node_modules", "**/*.spec.ts"]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement