websocket-canvas/server/tsconfig.json
Robin Steinberg 78877f1211 Consolidated the server into the project
Added npm scripts to build and launch the whole project
2021-08-26 21:28:10 +02:00

11 lines
243 B
JSON

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node"
},
"include": ["ts/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}