UNPKG

229 BJSONView Raw
1{
2 "extends": "../tsconfig.settings.json",
3 "compilerOptions": {
4 "composite": true,
5 "rootDir": "./src",
6 "outDir": "./dist",
7 "skipLibCheck": true,
8 "jsx": "react-jsx",
9 "noUnusedLocals": true
10 },
11 "include": ["./src"]
12}