UNPKG

193 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "jsx": "react",
5 "module": "commonjs",
6 "noImplicitAny": true,
7 "outDir": "./dist/",
8 "sourceMap": true,
9 "target": "es5"
10 }
11}