mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 17:35:57 +00:00
10 lines
231 B
JSON
10 lines
231 B
JSON
// tsconfig.config.json
|
|
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|