Files
Michess/server/tsconfig.json
Nathaniel Tampus 17ce3cf4c4 move to public repo
2023-01-03 15:47:30 +08:00

15 lines
323 B
JSON

{
"compilerOptions": {
"target": "ES2021",
"module": "commonjs",
"paths": {
"@types": ["../types/"]
},
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}