mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-06 13:40:28 +08:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false,
|
|
"types": ["node"]
|
|
},
|
|
"include": [],
|
|
"files": ["src/index.ts", "src/globals.d.ts"]
|
|
}
|