dockerfile/examples/standardnotes/official-src/server-main/packages/auth/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"outDir": "./dist",
},
"include": [
"src/**/*",
"bin/**/*",
"migrations/**/*",
],
"references": []
}