UNPKG

362 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4 "esModuleInterop": true,
5 "jsx": "react",
6 "lib": ["es2016", "dom"],
7 "module": "CommonJS",
8 "moduleResolution": "node",
9 "noImplicitAny": true,
10 "outDir": "dist",
11 "resolveJsonModule": true,
12 "skipLibCheck": true,
13 "sourceMap": true,
14 "strict": true,
15 "target": "es5"
16 }
17}