BREAKING CHANGE: only support egg >= 4.0.0 the first app on egg v4 https://github.com/eggjs/egg/issues/3644
20 lines
296 B
JSON
20 lines
296 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
},
|
|
"exclude": [
|
|
"test"
|
|
],
|
|
"include": [
|
|
"app/**/*.ts",
|
|
"app/**/*.json",
|
|
"config/**/*.ts",
|
|
"typings/**/*.ts",
|
|
"app.ts",
|
|
"module.d.ts",
|
|
"index.d.ts"
|
|
]
|
|
}
|