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