napi-rs/examples/napi/tsconfig.json

12 lines
244 B
JSON
Raw Normal View History

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