mirror of
https://github.com/infrost/RaptorQR.git
synced 2026-08-29 22:18:24 +08:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.d.ts"]
|
|
}
|