framework/js/tsconfig.json
2020-04-18 09:02:49 -04:00

7 lines
105 B
JSON

{
"extends": "flarum-webpack-config/tsconfig.json",
"compilerOptions": {
"jsx": "preserve"
}
}