mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Fix
This commit is contained in:
parent
49a990802c
commit
ced5c3eef4
3 changed files with 2 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,4 +5,4 @@ node_modules
|
||||||
data
|
data
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
dist
|
dist
|
||||||
|
|
|
@ -32,6 +32,6 @@
|
||||||
"~/*": ["/src/*"]
|
"~/*": ["/src/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "global.d.ts", "**/*.ts"],
|
"include": ["src", "**/*.ts"],
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "./tsconfig.json",
|
|
||||||
"include": ["src"],
|
|
||||||
"exclude": ["node_modules", "dist", "coverage"]
|
|
||||||
}
|
|
Loading…
Reference in a new issue