framework/js/tsconfig.json

7 lines
105 B
JSON
Raw Normal View History

2019-10-07 00:28:44 +08:00
{
"extends": "flarum-webpack-config/tsconfig.json",
"compilerOptions": {
"jsx": "preserve"
}
}