my-chat-room/tools/tsconfig.tools.json

12 lines
223 B
JSON
Raw Permalink Normal View History

2020-10-09 13:32:53 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/tools",
"rootDir": ".",
"module": "commonjs",
"target": "es5",
"types": ["node"]
},
"include": ["**/*.ts"]
}