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", "extends": "./tsconfig.json",
"include": [ "include": ["resources/assets", "tools", "webpack.config.ts"]
"resources/assets",
"tools",
"webpack.config.ts",
"webpack.gitpod.config.ts"
]
} }

View File

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