22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strictNullChecks": true,
|
|
"checkJs": true,
|
|
"declarationDir": "types"
|
|
},
|
|
"include": [
|
|
"esm/all.js",
|
|
"esm/array.js",
|
|
"esm/function.js",
|
|
"esm/index.js",
|
|
"esm/traps.js",
|
|
"esm/types.js",
|
|
]
|
|
}
|