UNPKG

252 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "esnext",
4 "allowSyntheticDefaultImports": true,
5 "lib": ["es2015", "es2016", "es2017"]
6 },
7 "exclude": ["node_modules", "build"],
8 "typeAcquisition": {
9 "include": ["react", "react-router-dom"]
10 }
11}