mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["."],
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"importHelpers": false,
|
|
"noEmitHelpers": false
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|