UNPKG

615 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "allowSyntheticDefaultImports": true,
5 "declaration": true,
6 "noEmit": true,
7 "declarationMap": false,
8 "esModuleInterop": true,
9 "forceConsistentCasingInFileNames": true,
10 "jsx": "react-jsx",
11 "lib": [
12 "dom",
13 "dom.iterable",
14 "esnext"
15 ],
16 "module": "esnext",
17 "moduleResolution": "node",
18 "resolveJsonModule": true,
19 "skipLibCheck": true,
20 "sourceMap": false,
21 "strict": true,
22 "target": "esnext",
23 "baseUrl": "./"
24 },
25 "include": [
26 "**/*"
27 ],
28 "exclude": [
29 "lib",
30 "scaffold"
31 ]
32}