mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-01 21:41:45 +08:00
build(tsconfig): remove unnecessary exclude lines
these folder are already "excluded" implicitly, since we only include "./src" folder
This commit is contained in:
parent
3e307f4711
commit
e483cbca3c
@ -16,9 +16,6 @@
|
||||
},
|
||||
"include": ["./src/**/*.ts", "./src/**/*.js", "./*.ts"],
|
||||
"exclude": [
|
||||
"./node_modules/**/*",
|
||||
"./spec-es6/**/*.ts",
|
||||
"./spec/**/*",
|
||||
"./**/*.spec.ts",
|
||||
"./src/public/**/*",
|
||||
"./*.config.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user