standardnotes-server/packages/websockets/tsconfig.json
2022-10-13 11:40:06 +02:00

13 lines
209 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
},
"include": [
"src/**/*",
"bin/**/*",
"migrations/**/*",
],
"references": []
}