napi-rs/bench/tsconfig.json
2020-09-30 15:31:17 +08:00

8 lines
139 B
JSON

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