napi-rs/bench/tsconfig.json

9 lines
139 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ESNext"
},
"include": ["."],
"exclude": ["target", "src"]
}