mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"allowSyntheticDefaultImports": true,
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*", "scripts/**/*"],
|
|
"references": []
|
|
}
|