Initial commit

This commit is contained in:
2023-12-04 14:25:17 +07:00
commit d805cefeae
50 changed files with 4320 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
/* Emit a single file with source maps instead of having a separate file. */
"inlineSourceMap": true
},
"exclude": ["src/admin", "**/*.spec.js"]
}