napi-rs/test_module/tsconfig.json

10 lines
157 B
JSON
Raw Normal View History

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