naive-ui/tsconfig.cjs.json

9 lines
164 B
JSON
Raw Normal View History

2021-02-03 00:48:31 +08:00
{
"extends": "./tsconfig.json",
2021-02-03 21:38:43 +08:00
"exclude": ["src/**/*.spec.ts"],
2021-02-03 00:48:31 +08:00
"compilerOptions": {
"outDir": "lib",
"module": "CommonJS",
"target": "ES6"
}
}