napi-rs/test_module/tsconfig.json

10 lines
181 B
JSON

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