1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 01:15:55 +00:00

fix tsconfig

This commit is contained in:
Yusuf Yilmaz
2022-06-07 10:53:33 +02:00
parent 6c1a1277ff
commit 5415482e09

View File

@@ -1,4 +1,8 @@
{
"ts-node": {
"files": true
},
"files": ["src/global.d.ts"],
"compilerOptions": {
"allowJs": true,
"composite": false,