freeblox/tsconfig.json

15 lines
317 B
JSON
Raw Normal View History

2023-06-03 17:49:26 +00:00
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
/* Linting */
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "bundler"
}
}