mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strictPropertyInitialization": false,
|
|
"strictNullChecks": true,
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
],
|
|
"paths": {}
|
|
},
|
|
"include": ["src/**/*", "tools/functionCount.ts"],
|
|
"references": []
|
|
}
|