mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 11:31:22 +00:00
5 lines
115 B
JSON
5 lines
115 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist", "coverage"]
|
||
|
}
|