Files
frontend-app-learner-dashboard/tsconfig.json
Adolfo R. Brandes 89559a4987 refactor: migrate to frontend-base
BREAKING CHANGE: refactors the MFE for frontend-base.
2025-06-24 15:31:23 -03:00

16 lines
277 B
JSON

{
"extends": "@openedx/frontend-base/config/tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "dist"
},
"include": [
"src/**/*",
"app.d.ts",
"babel.config.js",
"eslint.config.js",
"jest.config.js",
"site.config.*.tsx"
]
}