wbf
Version:
[](./LICENSE) [](https://github.com/halodong/web-barrier
23 lines (22 loc) • 573 B
JSON
{
"compilerOptions": {
"module": "esnext",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"moduleResolution": "node",
"esModuleInterop": true,
"noLib": false,
"baseUrl": "./src",
"target": "esnext",
"sourceMap": true,
"lib": ["ESNext", "DOM"],
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true
},
"exclude": ["node_modules"],
}