portal-sdk/.presetterrc.json

19 lines
299 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"
}
}
}
}