UNPKG

hry-types

Version:

typescript工具类型库

21 lines (20 loc) 504 B
{ "compilerOptions": { "lib": ["ESNext"], "target": "ES2022", "module": "ESNext", "strict": true, "exactOptionalPropertyTypes": true, "skipLibCheck": true, "moduleResolution": "bundler", "esModuleInterop": true, "skipDefaultLibCheck": true, "noEmit": true, "removeComments": true, "noImplicitReturns": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true }, "include": ["./src", "./test/"] }