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

10 lines
185 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["./**/*.spec.*"],
"compilerOptions": {
"rootDir": ".",
"outDir": "../lib",
"module": "CommonJS",
"target": "ES6"
}
}