1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 03:21:21 +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": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"composite": false, "composite": false,