eslint-config/tsconfig.json

12 lines
139 B
JSON
Raw Normal View History

2022-09-06 10:04:27 +08:00
{
"compilerOptions": {
"baseUrl": "."
},
"include": [
"./packages/**/*.ts"
],
"exclude": [
"./fixtures/**/*.*"
]
}