socketcomputer/backend/tsconfig.json

12 lines
212 B
JSON
Raw Normal View History

2024-04-02 07:43:54 -04:00
{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"rootDir": "."
},
"references": [
{ "path": "../shared" }
]
}