mirror of
https://github.com/mathuo/dockview
synced 2026-02-14 07:58:25 +00:00
11 lines
315 B
JSON
11 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["@types/node"],
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"extends": "./tsconfig.base.json",
|
|
"include": ["tests/**/*.ts", "tools/**/*.ts", ".eslintrc.js", "packages/*/src/__tests__/**/*.ts", "packages/*/src/__tests__/**/*.tsx"],
|
|
"exclude": []
|
|
}
|