rcaptcha
Version:
rCaptcha Human Verification | by Swôth#9990 & Loiren#0555 & Roalia#0001
26 lines • 669 B
JSON
{
"compilerOptions": {
"lib": [ "ESNext" ],
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ESNext",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": false,
"outDir": "dist",
"baseUrl": ".",
"resolveJsonModule": true,
"declaration": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}