UNPKG

203 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 },
10 "include": ["./src"]
11}