mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-12 21:30:35 +01:00
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"noEmit": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@server/*": ["./server/*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|