build: try to get rid of inline compilation to js

This commit is contained in:
Johannes Millan 2025-04-25 12:58:16 +02:00
parent 3ea2873fe3
commit ae869914da

View file

@ -6,7 +6,8 @@
*/
{
"compilerOptions": {
"esModuleInterop": true
"esModuleInterop": true,
"outDir": "./dist"
},
"files": [],
"references": [