aria-iuvo/tsconfig.json

7 lines
137 B
JSON
Raw Normal View History

2025-02-10 13:20:54 -08:00
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
}
}