MikroWizard Initial commit | MikroFront Welcome to the world :)

This commit is contained in:
sepehr 2024-07-07 14:48:52 +03:30
commit b97aec6b97
203 changed files with 41097 additions and 0 deletions

19
tsconfig.app.json Normal file
View file

@ -0,0 +1,19 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"@angular/localize"
],
"paths": {
"@docs-components/*": ["./src/components/*"]
}
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}