napi-rs/test_module/tsconfig.json

9 lines
128 B
JSON
Raw Normal View History

2020-08-03 00:31:22 +09:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"allowJs": true
},
"include": ["."]
}