mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"lib": ["ES2020"],
|
|
"module": "CommonJS",
|
|
"target": "ES2020"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|