standardnotes-server/packages/revisions/tsconfig.json
2022-11-18 11:54:42 +01:00

13 lines
209 B
JSON

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