hyper/builder/tsconfig.eslint.json
2025-08-10 02:06:07 -04:00

13 lines
167 B
JSON

{
"extends": "./tsconfig.base.json",
"include": [
"./app/",
"./lib/",
"./test/",
"./cli/",
"./"
],
"files": [
"./app/index.d.ts"
]
}