mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "__test__",
|
|
"target": "ES2018",
|
|
"skipLibCheck": false
|
|
},
|
|
"exclude": ["dist", "electron.js"]
|
|
}
|