socketcomputer/backend/tsconfig.json
2024-04-02 07:43:54 -04:00

12 lines
212 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"rootDir": "."
},
"references": [
{ "path": "../shared" }
]
}