Files
server/tsconfig.json

11 lines
228 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src",
"target": "ES2022",
"module": "ES2022",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}