2020-02-11 20:31:55 +08:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"declarationDir": "./es",
|
|
|
|
"rootDir": "./src",
|
2020-02-12 10:06:24 +08:00
|
|
|
"baseUrl": "./",
|
2020-02-11 20:31:55 +08:00
|
|
|
},
|
|
|
|
"include": ["./src"]
|
2020-02-12 10:06:24 +08:00
|
|
|
}
|