10 lines
307 B
JSON
10 lines
307 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"outDir": "./dist",
|
|
// TODO: Due to the shim for Deno imports in `server.ts`, we can't use moduleResolution: 'node16' or the types get very weird.
|
|
"moduleResolution": "Node"
|
|
}
|
|
}
|