17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"emitDeclarationOnly": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"newLine": "LF",
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"target": "esnext"
|
|
},
|
|
"include": ["index.js"]
|
|
}
|