libweb/.presetterrc.json

19 lines
333 B
JSON
Raw Normal View History

2023-06-21 03:54:11 +00:00
{
"preset": "presetter-preset-strict",
2023-06-21 03:54:11 +00:00
"config": {
"tsconfig": {
"compilerOptions": {
"lib": [
"ES2021"
]
}
},
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}