roomruler/apps/front/tsconfig.json

9 lines
135 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "ESNext",
"jsx": "react-jsx"
}
}