2023-12-29 17:37:37 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"lib": ["esnext", "dom"],
|
2024-01-03 18:33:37 +00:00
|
|
|
"module": "nodenext",
|
2023-12-29 17:37:37 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"target": "esnext",
|
|
|
|
|
},
|
|
|
|
|
"include": ["src"]
|
|
|
|
|
}
|