12 lines
200 B
JSON
12 lines
200 B
JSON
|
{
|
||
|
"include": ["index.js"],
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"lib": ["es2020"],
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true
|
||
|
}
|
||
|
}
|