napi-rs/test_module/tsconfig.json

9 lines
157 B
JSON

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