17 lines
432 B
JSON
17 lines
432 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"allowImportingTsExtensions": true,
|
|
"rewriteRelativeImportExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"erasableSyntaxOnly": true,
|
|
"allowArbitraryExtensions": true
|
|
},
|
|
"include": ["global.d.ts", "client", "server"]
|
|
}
|