socket.io-example/tsconfig.json

14 lines
279 B
JSON
Raw Normal View History

2023-03-04 17:02:39 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "ESNext",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
}