Files
frontend-app-discussions/tsconfig.json
2025-09-23 15:46:55 -03:00

15 lines
303 B
JSON

{
"extends": "@edx/typescript-config",
"compilerOptions": {
"noEmit": true,
"baseUrl": "./src",
"paths": {
"*": ["*"]
},
"jsx": "react-jsx",
"allowJs": true
},
"include": ["*.js", ".eslintrc.js", "src/**/*", "plugins/**/*"],
"exclude": ["dist", "node_modules"]
}