UNPKG

176 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2018",
4 "lib": ["ESNext"],
5 "esModuleInterop": true,
6 "moduleResolution": "node",
7 "strict": true,
8 "strictNullChecks": true
9 }
10}