mod-bot/tsconfig.json

9 lines
149 B
JSON
Raw Normal View History

2024-05-12 01:52:39 -07:00
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["./test"]
}