kernel-s5/.presetterrc.json

28 lines
453 B
JSON
Raw Normal View History

2023-09-01 10:55:37 +00:00
{
"preset": [
"@lumeweb/presetter-kernel-module-preset"
],
"config": {
"official": true,
"vite": {
"resolve": {
"alias": {
"protomux": "@lumeweb/kernel-protomux-client",
"url": "whatwg-url"
}
},
"polyfill": {
"exclude": [
"fs",
"url"
]
}
},
"tsconfig": {
"compilerOptions": {
"module": "nodenext"
}
}
}
}