mirror of
https://github.com/Swatinem/rust-cache
synced 2026-05-14 06:55:28 +00:00
Update tsconfig to TS 6.0
This commit is contained in:
parent
919333daf4
commit
22c9bd4407
1 changed files with 4 additions and 2 deletions
|
|
@ -3,13 +3,14 @@
|
|||
"noEmitOnError": false,
|
||||
"diagnostics": true,
|
||||
"lib": ["esnext"],
|
||||
|
||||
"target": "es2020",
|
||||
|
||||
"rootDir": "src",
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "esnext",
|
||||
"esModuleInterop": true,
|
||||
"types": ["node"],
|
||||
"ignoreDeprecations": "6.0",
|
||||
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
|
|
@ -17,5 +18,6 @@
|
|||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue