s5-js/.presetterrc.json

14 lines
249 B
JSON

{
"preset": [
"@lumeweb/node-library-preset"
],
"config": {
"tsconfig": {
"compilerOptions": {
"allowImportingTsExtensions": false,
"module": "nodenext"
}
}
}
}