19 lines
No EOL
384 B
JSON
19 lines
No EOL
384 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowJs": true,
|
|
"outDir": "./typings",
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"./lib/**/*.js",
|
|
"./index.js"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.d.ts"
|
|
]
|
|
} |