spacedrive/apps/web/tsconfig.json

8 lines
120 B
JSON
Raw Normal View History

2022-04-17 18:44:34 +00:00
{
2022-10-05 02:05:25 +00:00
"extends": "../../packages/config/interface.tsconfig.json",
"compilerOptions": {},
"include": [
"src"
]
2022-04-17 18:44:34 +00:00
}