UNPKG

web-basics-framework-template

Version:
53 lines 1.32 kB
{ "compilerOptions": { "incremental": true, "composite": true, "tsBuildInfoFile": "tsconfig.tsbuildinfo", "diagnostics": true, "target": "esnext", "lib": [ "esnext", "dom" ], "experimentalDecorators": true, "emitDecoratorMetadata": true, "module": "ESNext", "rootDir": "src", "moduleResolution": "node", "baseUrl": "./", "declaration": true, "declarationDir": "lib", "declarationMap": true, "outDir": "build", "removeComments": true, "importHelpers": true, "downlevelIteration": true, "noEmitHelpers": true, "noEmitOnError": true, "isolatedModules": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "allowUnusedLabels": false, "allowUnreachableCode": false, "skipLibCheck": true, "listEmittedFiles": true, "listFiles": true }, "exclude": [ "build", "lib", "node_modules" ] }