napi-rs/bench/tsconfig.json
2025-05-16 22:27:23 +08:00

12 lines
218 B
JSON

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