Files
StableStudio1/packages/stablestudio-ui/tsconfig.json
StableStudio a65d4877ad Initial commit
2023-05-12 10:36:19 -05:00

12 lines
229 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "@emotion/react",
"noEmit": true,
"baseUrl": "./",
"plugins": [{ "name": "typescript-styled-plugin" }]
}
}