RuralDatabase/packages/ui/tsconfig.json

9 lines
122 B
JSON
Raw Permalink Normal View History

2024-06-30 21:39:37 +08:00
{
"extends": "@myturborepo/tsconfig/histoire.json",
"include": [
"env.d.ts",
"./**/*",
"./**/*.vue"
]
}