amis-rpc-design/libs/amis/packages/amis-formula/tsconfig.json
2023-10-07 19:42:30 +08:00

18 lines
366 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"baseUrl": "./",
"allowSyntheticDefaultImports": true,
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
],
"paths": {}
},
"include": ["src/**/*", "scripts/**/*"],
"references": []
}