pjeby_quick-explorer/tsconfig.json
2025-01-25 22:26:31 -05:00

21 lines
392 B
JSON

{
"compilerOptions": {
"noEmit": true,
"module": "Node16",
"target": "es2020",
"noImplicitAny": true,
"strictBindCallApply": true,
"moduleResolution": "nodenext",
"allowImportingTsExtensions": true,
"jsx": "react",
"jsxFactory": "el",
"lib": [
"dom",
"es2020",
"scripthost"
]
},
"include": [
"**/*.ts", "**/*.tsx"
]
}