cpns / apps /server /tsconfig.json
pramudya-yb
Rename project from Labas to Pram
2b62b0c
Raw
History Blame Contribute Delete
229 Bytes
{
"extends": "@pram/config/tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"paths": {
"@/*": ["./src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}