openreplay/spot/tsconfig.json

17 lines
318 B
JSON

{
"extends": "./.wxt/tsconfig.json",
"paths": {
"~": [".."],
"~/*": ["../*"],
"@@": [".."],
"@@/*": ["../*"],
"~~": [".."],
"~~/*": ["../*"]
},
"lib": ["es2022", "DOM"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"noImplicitAny": false,
},
}