napi-rs/test_module/tsconfig.json

11 lines
181 B
JSON
Raw Normal View History

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