1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-01-23 21:37:10 +00:00
This commit is contained in:
Yusuf Yilmaz
2022-05-27 15:12:00 +02:00
parent 49a990802c
commit ced5c3eef4
3 changed files with 2 additions and 7 deletions

View File

@@ -32,6 +32,6 @@
"~/*": ["/src/*"]
}
},
"include": ["src", "global.d.ts", "**/*.ts"],
"include": ["src", "**/*.ts"],
"exclude": ["node_modules"]
}