23 lines
446 B
JSON
23 lines
446 B
JSON
{
|
|
"compilerOptions": {
|
|
"erasableSyntaxOnly": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true,
|
|
"moduleResolution": "Bundler",
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
"types": [
|
|
"bun",
|
|
"node",
|
|
],
|
|
"jsx": "react-jsx"
|
|
}
|
|
} |