AFFiNE/tsconfig.eslint.json

17 lines
229 B
JSON
Raw Normal View History

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