mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 04:09:34 +05:30
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
}
|
|
}
|