napi-rs/examples/napi/tsconfig.json
2022-05-10 18:39:37 +08:00

11 lines
223 B
JSON

{
"extends": "../tsconfig.json",
"include": ["."],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "__test__",
"target": "ES2018",
"skipLibCheck": false
},
"exclude": ["dist", "electron.js"]
}