s5-js/.presetterrc.json

13 lines
196 B
JSON
Raw Normal View History

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