napi-rs/examples/napi/tsconfig.json

11 lines
195 B
JSON
Raw Normal View History

2020-08-24 18:06:26 +09:00
{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "__test__",
2021-11-11 01:33:51 +09:00
"target": "ES2018"
},
"exclude": ["dist", "index.d.ts"]
2020-08-24 18:06:26 +09:00
}