mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": [
|
|
"jest.config.ts",
|
|
"**/*.spec.ts",
|
|
"**/*.test.ts",
|
|
"**/test-demo/*.ts"
|
|
],
|
|
"include": ["**/*.ts"]
|
|
}
|