1
0
mirror of https://github.com/mathuo/dockview synced 2025-03-09 15:32:03 +00:00
dockview/tsconfig.eslint.json
2023-04-03 22:06:10 +01:00

10 lines
223 B
JSON

{
"compilerOptions": {
"types": ["@types/node"],
"noEmit": true,
"allowJs": true
},
"extends": "./tsconfig.base.json",
"include": ["tests/**/*.ts", "tools/**/*.ts", ".eslintrc.js"]
}