mirror of
https://github.com/penxio/penx.git
synced 2026-01-13 23:48:18 -05:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@penx/uikit/*": ["../../packages/uikit/src/*"]
|
|
},
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|