mod-logs/tsconfig.json

11 lines
222 B
JSON
Raw Normal View History

2025-01-20 18:36:05 -08:00
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
"exactOptionalPropertyTypes": false,
"lib": ["ES2024"],
},
"exclude": ["commandJson.ts"]
}