mirror of
https://github.com/barkstone2/vault-to-blog.git
synced 2026-07-22 05:21:19 +00:00
chore: narrow root TypeScript include scope
This commit is contained in:
parent
37c19fca3d
commit
83163febc6
1 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,12 @@
|
|||
"allowSyntheticDefaultImports": true,
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts"
|
||||
"main.ts",
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"react-app-internal/**",
|
||||
"node_modules",
|
||||
"main.js"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue