2
0

💚 Fix docker build missing ts target in schemas

This commit is contained in:
Baptiste Arnaud
2023-11-17 16:54:09 +01:00
parent 5298538ecb
commit 8d8b8ee26e

View File

@ -3,6 +3,7 @@
"include": ["**/*.ts"], "include": ["**/*.ts"],
"exclude": ["node_modules"], "exclude": ["node_modules"],
"compilerOptions": { "compilerOptions": {
"lib": ["ESNext"],
"noEmit": true "noEmit": true
} }
} }