Files
pow-captcha/tsconfig.base.json

16 lines
274 B
JSON

{
"compilerOptions": {
"incremental": true,
"declaration": true,
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
"noUncheckedIndexedAccess": true,
/* Experimental Options */
"experimentalDecorators": true,
"emitDecoratorMetadata": false
}
}