mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-15 11:05:56 +00:00
Fix
This commit is contained in:
@@ -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"]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user