napi-rs/examples/napi/tsconfig.json
2021-11-11 16:18:25 +08:00

10 lines
195 B
JSON

{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "__test__",
"target": "ES2018"
},
"exclude": ["dist", "index.d.ts"]
}