lora-scripts/mikazuki/tsconfig.json

9 lines
135 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
},
"include": [
"**/*.ts"
],
}