;
This commit is contained in:
Tibo De Peuter 2025-03-07 20:00:54 +01:00
parent 3cd7496989
commit fbe6f866d9
9 changed files with 933 additions and 19 deletions

View file

@ -3,6 +3,7 @@
"include": ["src/**/*.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"resolveJsonModule": true
}
}