napi-rs/test_module/tsconfig.json

9 lines
130 B
JSON
Raw Normal View History

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