mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
4b8dd7a9ca
* feat: Office viewer 支持 Excel * 修复类型报错 * 修复类型报错
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictPropertyInitialization": false,
|
|
"strictNullChecks": true,
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
],
|
|
"paths": {}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": []
|
|
}
|