tutu/tsconfig.super.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

17 lines
388 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noEmit": true,
"isolatedModules": true,
"resolveJsonModule": true,
"paths": {
"~platform/*": ["./src/platform/*"],
"~material/*": ["./src/material/*"]
}
}
}