stanz/server/tsconfig.json

12 lines
223 B
JSON
Raw Normal View History

2023-10-14 19:19:12 +02:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
}
}