Files
AFFiNE-Mirror/tsconfig.eslint.json
T
LongYinan 6dbdc611d5 style: enable no-non-null-assertion rule (#2723)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
(cherry picked from commit 18dc427bc3)
2023-06-08 18:29:00 +08:00

17 lines
229 B
JSON

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