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" }]
|
|
}
|
|
}
|