napi-rs/test_module/tsconfig.json
2020-08-02 23:31:22 +08:00

8 lines
128 B
JSON

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