mirror of
https://github.com/khairul169/code-share.git
synced 2025-04-28 16:49:36 +07:00
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"./src/server/transformer/server.ts"
|
|
]
|
|
}
|