mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-22 22:06:07 +08:00
22 lines
409 B
JSON
22 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": false,
|
|
"diagnostics": true,
|
|
"lib": ["esnext"],
|
|
|
|
"target": "es2020",
|
|
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|