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

12 lines
228 B
JSON

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