UNPKG

232 BJSONView Raw
1{
2 "compilerOptions": {
3 "strict": true,
4 "module": "commonjs",
5 "target": "ES2015",
6 "esModuleInterop": true,
7 "moduleResolution": "node",
8 "outDir": "lib",
9 "rootDir": "src"
10 },
11 "exclude": ["__tests__"]
12}