mirror of
https://github.com/minescope/mineping.git
synced 2025-07-17 00:46:06 +03:00
Types are automatically generated from the existsing JSDoc comments in the js source code. Use `types:build` script from `package.json` to produce d.ts files.
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"include": ["lib/**/*.js", "index.js"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "types",
|
|
"removeComments": false
|
|
}
|
|
} |