mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["./**/*.spec.*"],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "../lib",
|
|
"module": "CommonJS",
|
|
"target": "ES6"
|
|
}
|
|
} |