napi-rs/test_module/tsconfig.json
2020-08-24 17:06:26 +08:00

7 lines
107 B
JSON

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