www/tsconfig.node.json

9 lines
138 B
JSON
Raw Normal View History

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