3d / server /tsconfig.json
hologramicon's picture
Update server/tsconfig.json
a24c706 verified
raw
history blame
230 Bytes
{
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"module": "ESNext",
"target": "ES2022",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true
},
"include": ["src/**/*"]
}