11 lines
No EOL
179 B
JSON
11 lines
No EOL
179 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"./src/index.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": false,
|
|
"declaration": true,
|
|
},
|
|
} |