spacedrive/apps/web/tsconfig.json

15 lines
277 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",
"types": ["vite/client"]
},
"include": ["src", "src/demoData.json", ".eslintrc.cjs"],
"references": [
{
"path": "../../interface"
}
]
2022-04-17 18:44:34 +00:00
}