base-data-manager/tsconfig.json
2025-11-24 22:42:27 -05:00

22 lines
470 B
JSON

{
"compilerOptions": {
"noEmit": true,
"strict": true,
"allowJs": true,
"jsx": "react-jsx",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"jsxImportSource": "preact",
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "esnext",
"noImplicitAny": true,
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowImportingTsExtensions": true
}
}