AFFiNE/tsconfig.eslint.json
2023-08-07 07:00:57 +00:00

18 lines
265 B
JSON

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