Files
frontend-app-authn/tsconfig.json
Adolfo R. Brandes 8f8531a242 refactor: migrate to frontend-base
BREAKING CHANGE: refactors the MFE for frontend-base.
2025-06-24 15:30:07 -03:00

16 lines
279 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",
]
}