Merge branch 'dev-bagus' of https://gitea.callysta-engineering.com/APKT/eis into dev-eko-vm

This commit is contained in:
Eko Haryadi
2024-02-23 10:49:49 +07:00
9 changed files with 2490 additions and 209 deletions

View File

@ -13,6 +13,7 @@
],
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
}
}
}