ghost-extension-wallet/tsconfig.json
Uncle Fatso 6906ca83b7
initial commit in remote repository
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 13:53:22 +03:00

15 lines
363 B
JSON

{
"extends": "@total-typescript/tsconfig/bundler/dom/app",
"compilerOptions": {
"baseUrl": ".",
"jsx": "preserve",
"verbatimModuleSyntax": false,
"noUncheckedIndexedAccess": false,
"lib": ["ESNext", "dom", "dom.iterable"],
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
}