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