rig-task-bot/tsconfig.json

9 lines
170 B
JSON
Raw Permalink Normal View History

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