21 lines
527 B
JSON
21 lines
527 B
JSON
![]() |
{
|
||
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": false,
|
||
|
"module": "node16",
|
||
|
"moduleResolution": "node16",
|
||
|
"target": "es2021",
|
||
|
"outDir": "dist",
|
||
|
"lib": ["es2021"],
|
||
|
"sourceMap": true,
|
||
|
"rootDir": ".",
|
||
|
"newLine": "LF",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
|
||
|
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
|
||
|
"exactOptionalPropertyTypes": false
|
||
|
},
|
||
|
"exclude": ["node_modules", ".vscode-test"],
|
||
|
"include": ["client"]
|
||
|
}
|