chore: narrow root TypeScript include scope

This commit is contained in:
barkstone2 2026-02-16 01:15:14 +09:00 committed by barkstone2
parent 37c19fca3d
commit 83163febc6

View file

@ -21,6 +21,12 @@
"allowSyntheticDefaultImports": true,
},
"include": [
"**/*.ts"
"main.ts",
"src/**/*.ts"
],
"exclude": [
"react-app-internal/**",
"node_modules",
"main.js"
]
}