UNPKG

459 BJSONView Raw
1{
2 "typeAcquisition": {
3 "enable": true
4 },
5 "include": ["./src/**/*", "./node_modules/**.*", "./types/**/*"],
6 "compilerOptions": {
7 "moduleResolution": "node",
8 "resolveJsonModule": true,
9 "allowSyntheticDefaultImports": true,
10 "lib": ["dom", "esnext"],
11 "jsx": "react",
12 "baseUrl": ".",
13 "allowJs": true,
14 "checkJs": true,
15 "noEmit": true,
16 "paths": {
17 "/*?universal": ["src/*"],
18 "/*": ["src/*"]
19 }
20 }
21}