2021-02-01 01:28:47 +08:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
2021-02-03 21:38:43 +08:00
|
|
|
"exclude": ["src/**/*.spec.ts"],
|
2021-02-01 01:28:47 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "es",
|
2021-02-03 00:48:31 +08:00
|
|
|
"module": "ESNext",
|
|
|
|
"target": "ESNext"
|
2021-02-01 01:28:47 +08:00
|
|
|
}
|
|
|
|
}
|