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"]
}