mirror of
https://github.com/pjeby/quick-explorer.git
synced 2026-07-22 05:50:25 +00:00
21 lines
392 B
JSON
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"
|
|
]
|
|
}
|