mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 01:15:58 +00:00
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["@types/node"],
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"extends": "./tsconfig.base.json",
|
|
"include": ["tests/**/*.ts", "tools/**/*.ts", ".eslintrc.js"]
|
|
}
|