mirror of https://github.com/alibaba/ice.git
9 lines
156 B
JSON
9 lines
156 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": "./",
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "esm"
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|