hyper/tsconfig.eslint.json

14 lines
168 B
JSON
Raw Permalink Normal View History

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