UNPKG

a2r

Version:
57 lines (56 loc) 1.11 kB
{ "compileOnSave": false, "compilerOptions": { "target": "esnext", "module": "esnext", "jsx": "preserve", "allowJs": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "noUnusedLocals": true, "noUnusedParameters": true, "removeComments": false, "preserveConstEnums": true, "sourceMap": true, "skipLibCheck": true, "baseUrl": ".", "typeRoots": [ "./node_modules/@types" ], "lib": [ "dom", "es2015", "es2016" ], "strict": false, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "resolveJsonModule": true, "isolatedModules": true, "paths": { "api": [ ".a2r/proxy/api" ], "model/*": [ ".a2r/proxy/model/*" ], "a2r/auth": [ ".a2r/proxy/api/auth" ] } }, "exclude": [ "node_modules", "test/**/*.ts", "**/*.spec.ts", "**/*.spec.tsx", "**/*.test.ts", "**/*.test.tsx" ], "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx" ] }