mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
11 lines
248 B
JSON
11 lines
248 B
JSON
// tsconfig.app.json
|
|
{
|
|
"extends": "@vue/tsconfig/tsconfig.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"exclude": ["src/**/__tests__/*", "src/**/*.cy.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": "."
|
|
}
|
|
}
|