mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "ESNext",
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"]
|
|
}
|