napi-rs/test_module/tsconfig.json
2020-08-24 18:22:48 +08:00

8 lines
130 B
JSON

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