ruins
Version:
> [!IMPORTANT] > This is in beta. Not everything is ironed out and some modules might misbehave
16 lines (15 loc) • 357 B
JSON
{
"include": ["cli", "config", "plugins"],
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"lib": ["ES2020"],
"outDir": "dist",
"declaration": true,
"sourceMap": true,
"moduleResolution": "nodenext",
"strict": true,
"types": ["node"],
"erasableSyntaxOnly": true
}
}