OpenPanel/packages/live-previews/tsconfig.test.json
2024-02-05 10:23:04 +01:00

8 lines
116 B
JSON

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