napi-rs/examples/napi/tsconfig.json

13 lines
265 B
JSON
Raw Normal View History

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