mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-10 23:39:22 +08:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"allowJs": false,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"outDir": "dist/",
|
|
"rootDir": "src",
|
|
"typeRoots": [
|
|
"../../@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
}
|
|
}
|