{ "compilerOptions": { "incremental": true, "target": "esnext", "jsx": "preserve", "lib": ["dom", "dom.iterable", "esnext"], "emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": ".", "module": "esnext", "moduleResolution": "bundler", "paths": { "@/*": ["./src/*"] }, "resolveJsonModule": true, "allowJs": true, "strict": true, "strictBindCallApply": false, "strictNullChecks": true, "alwaysStrict": true, "noFallthroughCasesInSwitch": false, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "importsNotUsedAsValues": "remove", "noEmit": true, "outDir": "./dist", "removeComments": true, "sourceMap": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "skipLibCheck": true, "pretty": true }, "include": ["src", "test", "typings/**/*.d.ts", "**.js"] }