vidow/vidow-front/tsconfig.test.json
2022-10-20 21:46:33 +02:00

7 lines
86 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}