testupload / tsconfig.json
Twan07's picture
Update tsconfig.json
55f4505 verified
raw
history blame contribute delete
252 Bytes
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "dist",
"rootDir": ".",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["server"]
}