napi-rs/examples/napi/tsconfig.json

11 lines
208 B
JSON

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