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