UNPKG

269 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4 "jsx": "react",
5 "module": "commonjs",
6 "outDir": "dist/test-data",
7 "removeComments": true,
8 "sourceMap": true,
9 "target": "es5"
10 },
11 "include": [ "test-data" ]
12}