This repository has been archived on 2021-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
websocket-canvas-server/tsconfig.json

10 lines
245 B
JSON
Raw Normal View History

2021-08-24 20:27:57 +00:00
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}