standardnotes-server/packages/analytics/tsconfig.json
2022-11-04 10:56:22 +01:00

13 lines
208 B
JSON

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