2023-12-10 20:03:56 +00:00
|
|
|
{
|
|
|
|
"preset": [
|
|
|
|
"@lumeweb/node-library-preset"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"tsconfig": {
|
|
|
|
"compilerOptions": {
|
2024-03-16 15:49:15 +00:00
|
|
|
"module": "ESNext",
|
2024-02-13 04:25:48 +00:00
|
|
|
"moduleResolution": "node"
|
2023-12-10 20:03:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|