17 lines
440 B
JSON
17 lines
440 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/"]
|
|
}
|