naive-ui/themes/tusimple/tsconfig.esm.json
2021-02-10 20:35:50 +08:00

12 lines
222 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./es",
"module": "ES6",
"target": "ES6"
},
"references": [
{ "path": "../../src/tsconfig.esm.json" }
]
}