mod-bot/tsconfig.json
2024-05-12 01:52:39 -07:00

9 lines
149 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["./test"]
}