hyper/tsconfig.eslint.json

14 lines
167 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.base.json",
"include": [
"./app/",
"./lib/",
"./test/",
"./cli/",
2022-11-16 04:48:20 -09:00
"./"
],
"files": [
"./app/index.d.ts"
]
}