tutu/tsconfig.json
thislight f20b5da8e4
All checks were successful
/ depoly (pull_request) Successful in 1m18s
serviceworker: fix type errors
2024-12-04 23:42:16 +08:00

11 lines
347 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client", "vite-plugin-pwa/solid"],
"lib": ["ESNext", "DOM", "DOM.Iterable"]
},
"include": ["./src/**/*.ts", "./src/**/*.tsx", "./*.ts", "./types/**.ts"],
"exclude": ["./src/serviceworker/**"],
"extends": ["./tsconfig.super.json"]
}