1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-09-11 10:25:40 +03:00

fix: recursive compilation through the server folder

This commit is contained in:
louistiti 2022-09-04 14:28:36 +08:00
parent 49ffb0b1f3
commit 891b032543
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -18,6 +18,6 @@
"files": true
},
"files": ["server/src/global.d.ts"],
"include": ["server/src/*"],
"include": ["server/src/**/*"],
"exclude": ["node_modules", "server/dist"]
}