mirror of
https://github.com/Stability-AI/StableStudio.git
synced 2026-05-24 10:45:44 +08:00
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "@emotion/react",
|
|
"noEmit": true,
|
|
"baseUrl": "./",
|
|
|
|
"plugins": [{ "name": "typescript-styled-plugin" }]
|
|
}
|
|
}
|