PettyUI/tsconfig.base.json
2026-03-31 21:42:28 +07:00

20 lines
468 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "solid-js",
"strict": true,
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": true,
"verbatimModuleSyntax": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"esModuleInterop": false,
"skipLibCheck": true,
"ignoreDeprecations": "6.0"
}
}