napi-rs/bench/tsconfig.json

10 lines
159 B
JSON
Raw Normal View History

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