pangolin/tsconfig.server.json
Milo Schwartz 282203d9f2
add shad
2024-10-06 09:55:45 -04:00

14 lines
301 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"noEmit": false,
"baseUrl": ".",
"paths": {
"@server/*": ["./server/*"]
}
},
"include": ["**/*.ts"]
}