portal-sdk/.presetterrc.json

26 lines
434 B
JSON
Raw Normal View History

2024-03-06 21:51:23 +00:00
{
"preset": [
"presetter-preset-esm"
],
"config": {
"prettier": {
"singleQuote": false
},
"tsconfig.build": {
"include": {
"0": "src"
},
"compilerOptions": {
"rootDir": "src"
}
2024-03-13 16:56:30 +00:00
},
"tsconfig": {
"compilerOptions": {
"lib": [
"dom"
]
}
2024-03-06 21:51:23 +00:00
}
}
}