- Update the basic libraries needed for the application - Update README and configuration files - Create the authz folder as the fist module for development
15 lines
320 B
JSON
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"]
|
|
}
|