AFFiNE/tsconfig.eslint.json

18 lines
265 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true
},
"include": ["."],
"exclude": [
"**/target",
"**/node_modules",
"**/dist",
"**/lib",
".coverage",
".yarn",
"**/test-results",
"**/web-static"
]
}