freeblox/tsconfig.json

17 lines
388 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
/* Linting */
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "bundler"
}
}