2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-18 12:34:25 +08:00
naive-ui/themes/tusimple/tsconfig.cjs.json

12 lines
228 B
JSON
Raw Normal View History

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