fix: remove gitpod config from tsconfig
This commit is contained in:
parent
cca94c85ad
commit
eca2dffc31
@ -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"]
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user