libweb/.presetterrc.json

20 lines
360 B
JSON
Raw Permalink 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": [
2023-06-23 07:32:00 +00:00
"ES2021",
"dom"
2023-06-21 03:54:11 +00:00
]
}
},
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}