fix: remove gitpod config from tsconfig

This commit is contained in:
mochaaP 2022-06-17 14:03:20 +08:00
parent cca94c85ad
commit eca2dffc31
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,4 @@
{
"extends": "./tsconfig.json",
"include": [
"resources/assets",
"tools",
"webpack.config.ts",
"webpack.gitpod.config.ts"
]
"include": ["resources/assets", "tools", "webpack.config.ts"]
}

View File

@ -16,8 +16,7 @@
"resources/assets/src",
"resources/assets/webpack.d.ts",
"tools",
"webpack.config.ts",
"webpack.gitpod.config.ts"
"webpack.config.ts"
],
"ts-node": {
"compilerOptions": {