napi-rs/examples/napi/tsconfig.json

12 lines
223 B
JSON
Raw Normal View History

2020-08-24 17:06:26 +08:00
{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "__test__",
"target": "ES2018",
"skipLibCheck": false
},
2022-05-10 17:29:43 +08:00
"exclude": ["dist", "electron.js"]
2020-08-24 17:06:26 +08:00
}