mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-01-01 01:01:43 -06:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"lib": [
|
|
"ES2023"
|
|
],
|
|
"target": "ES2023",
|
|
"isolatedModules": false,
|
|
"noEmit": false,
|
|
},
|
|
"include": [
|
|
"src/server.ts",
|
|
]
|
|
} |