kernel-s5-client/.presetterrc.json

13 lines
164 B
JSON
Raw Normal View History

2023-09-01 13:40:08 +00:00
{
"preset": [
"@lumeweb/node-library-preset"
],
"config": {
"tsconfig": {
"compilerOptions": {
"module": "nodenext"
}
}
}
}