Files
frontend-app-admin-console/tsconfig.json
Diana Olarte 885b408e71 refactor: update the app template for the console
- Update the basic libraries needed for the application
- Update README and configuration files
- Create the authz folder as the fist module for development
2025-09-24 08:23:06 -03:00

15 lines
320 B
JSON

{
"extends": "@openedx/frontend-build",
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"baseUrl": "./src",
"paths": {
"*": ["*"],
"@src/*": ["*"]
}
},
"include": ["*.js", ".eslintrc.js", "src/**/*", "plugins/**/*"],
"exclude": ["dist", "node_modules"]
}