napi-rs/test_module/tsconfig.json

8 lines
107 B
JSON
Raw Normal View History

2020-08-24 17:06:26 +08:00
{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist"
}
}