standardnotes-server/packages/api-gateway/tsconfig.json

13 lines
186 B
JSON
Raw Normal View History

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