naive-ui/themes/tusimple/tsconfig.esm.json

12 lines
222 B
JSON
Raw Normal View History

2021-02-10 20:35:50 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./es",
"module": "ES6",
"target": "ES6"
},
"references": [
{ "path": "../../src/tsconfig.esm.json" }
]
}