socket.io-example/tsconfig.json
Gašper Dobrovoljc 197a4f1b1d
Initial commit
2023-03-04 18:02:39 +01:00

14 lines
279 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "ESNext",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}