18 lines
454 B
JSON
18 lines
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"allowImportingTsExtensions": true,
|
|
"rewriteRelativeImportExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"erasableSyntaxOnly": true,
|
|
"allowArbitraryExtensions": true
|
|
},
|
|
"include": ["bin", "client", "server", "shared"]
|
|
}
|