napi-rs/bench/tsconfig.json

9 lines
159 B
JSON

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