This repository has been archived on 2025-05-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mod-logs/tsconfig.json
T
2025-01-20 18:36:05 -08:00

11 lines
222 B
JSON

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