boost-monitor/tsconfig.json

8 lines
124 B
JSON
Raw Normal View History

2024-05-12 01:23:51 -07:00
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}