Files
amari/tsconfig.json
T
naomi a05de6ba2a
Node.js CI / Lint and Test (push) Successful in 37s
feat: initial prototype
2025-08-19 17:16:42 -07:00

8 lines
124 B
JSON

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