16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |