Files
Michess/server/tsconfig.json
2023-02-05 13:49:40 +08:00

13 lines
297 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}