hyper/tsconfig.eslint.json
Labhansh Agrawal de9dd1433a basic changes
2022-12-25 23:52:48 -08:00

13 lines
167 B
JSON

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