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