standardnotes-server/packages/files/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

2022-06-22 14:44:45 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
},
"include": [
"src/**/*",
"bin/**/*",
"migrations/**/*",
],
"references": []
}