node-library-preset/.presetterrc.json

22 lines
350 B
JSON
Raw Normal View History

2023-06-25 02:00:40 +00:00
{
"preset": [
"presetter-preset-strict"
],
"config": {
2023-06-25 08:51:01 +00:00
"tsconfig": {
"compilerOptions": {
"lib": [
"ES2021"
]
}
},
2023-06-25 02:00:40 +00:00
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}