s5-js/.presetterrc.json

13 lines
210 B
JSON

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