mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-17 14:49:27 +08:00
fix: remove gitpod config from tsconfig
This commit is contained in:
parent
cca94c85ad
commit
eca2dffc31
@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user