spacedrive/apps/web/tsconfig.json

14 lines
241 B
JSON
Raw Normal View History

2022-04-17 18:44:34 +00:00
{
"extends": "../../packages/config/base.tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "dist"
},
"include": ["src", "src/demoData.json"],
"references": [
{
"path": "../../packages/interface"
}
]
2022-04-17 18:44:34 +00:00
}