libkmodule/.presetterrc.json

22 lines
376 B
JSON
Raw Normal View History

2023-06-23 08:30:23 +00:00
{
"preset": [
"presetter-preset-strict"
],
"config": {
"tsconfig": {
"compilerOptions": {
"lib": [
"ES2021",
"dom"
]
}
},
"prettier": {
"singleQuote": false
}
},
"variable": {
"source": "src"
}
}