ask-molty/tsconfig.base.json
2026-05-06 04:47:26 +01:00

15 lines
293 B
JSON

{
"compilerOptions": {
"allowJs": false,
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
}