UNPKG

369 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": false,
4 "baseUrl": ".",
5 "declaration": true,
6 "declarationDir": ".",
7 "esModuleInterop": true,
8 "jsx": "react",
9 "module": "commonjs",
10 "outDir": "./dist",
11 "paths": {
12 "*": ["src/*"]
13 },
14 "sourceMap": true,
15 "strictNullChecks": true,
16 "target": "es5"
17 },
18 "include": ["./src/**/*"]
19}