This repository has been archived on 2025-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
mod-logs/tsconfig.json

11 lines
222 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
"exactOptionalPropertyTypes": false,
"lib": ["ES2024"],
},
"exclude": ["commandJson.ts"]
}