* feat: enable Typescript in this repo * refactor: rename studio-header files to .ts[x] * chore: fix minor type warnings * chore: add types for frontend-platform * chore: fix type issues * chore: update name of suppressed lint check
13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"extends": "@edx/typescript-config",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"*": ["*"]
|
|
}
|
|
},
|
|
"include": ["*.js", ".eslintrc.js", "src/**/*", "plugins/**/*"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|