UNPKG

226 BJSONView Raw
1{
2 "extends": "@platform/ts/tsconfig.json",
3 "include": [
4 "src"
5 ],
6 "compilerOptions": {
7 "outDir": "lib",
8 "moduleResolution": "node",
9 "skipLibCheck": true,
10 "target": "esnext",
11 "jsx": "react"
12 }
13}