standardnotes-server/packages/scheduler/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

2022-06-17 11:06:44 +00:00
{
2022-06-21 09:25:52 +00:00
"extends": "../../tsconfig.json",
2022-06-17 11:06:44 +00:00
"compilerOptions": {
2022-06-21 09:25:52 +00:00
"composite": true,
"outDir": "./dist",
2022-06-17 11:06:44 +00:00
},
"include": [
"src/**/*",
"bin/**/*",
"migrations/**/*",
2022-06-21 09:25:52 +00:00
],
"references": []
2022-06-17 11:06:44 +00:00
}