websnacks/test/tsconfig.json

7 lines
137 B
JSON

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