16 lines
309 B
JSON
16 lines
309 B
JSON
|
{
|
||
|
"include": ["./index.js"],
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "nodenext",
|
||
|
"moduleResolution": "nodenext",
|
||
|
"noEmit": true,
|
||
|
"strict": true,
|
||
|
"target": "esnext"
|
||
|
}
|
||
|
}
|