2023-12-10 20:03:56 +00:00
|
|
|
{
|
|
|
|
"preset": [
|
|
|
|
"@lumeweb/node-library-preset"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"tsconfig": {
|
|
|
|
"compilerOptions": {
|
2023-12-10 20:25:10 +00:00
|
|
|
"allowImportingTsExtensions": false,
|
2023-12-10 20:18:58 +00:00
|
|
|
"module": "nodenext"
|
2023-12-10 20:03:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|