This repository has been archived on 2026-03-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
www/tsconfig.node.json

9 lines
138 B
JSON
Raw Normal View History

2024-06-30 13:46:11 -04:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "lib"
},
"exclude": ["src/client"]
}