mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"outDir": "lib",
|
|
"lib": ["es6"],
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"declarationDir": "lib"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["__tests__/**/*.ts"]
|
|
}
|