blessing-skin-server/tsconfig.eslint.json

10 lines
148 B
JSON
Raw Normal View History

2020-07-13 11:25:40 +08:00
{
"extends": "./tsconfig.json",
"include": [
"resources/assets",
2020-10-30 10:11:50 +08:00
"tools",
2020-07-13 11:25:40 +08:00
"webpack.config.ts",
"webpack.gitpod.config.ts"
2020-07-13 11:25:40 +08:00
]
}