2020-08-24 17:06:26 +08:00
|
|
|
{
|
|
|
|
"extends": "../tsconfig.json",
|
|
|
|
"include": ["."],
|
|
|
|
"compilerOptions": {
|
2020-12-10 14:05:00 +08:00
|
|
|
"outDir": "./dist",
|
2021-07-21 23:46:45 +08:00
|
|
|
"rootDir": "__test__",
|
2021-11-11 00:33:51 +08:00
|
|
|
"target": "ES2018"
|
2020-08-24 18:01:55 +08:00
|
|
|
},
|
2021-11-09 20:10:08 +08:00
|
|
|
"exclude": ["dist", "index.d.ts"]
|
2020-08-24 17:06:26 +08:00
|
|
|
}
|