amis2/packages/amis-formula/tsconfig.json

15 lines
270 B
JSON
Raw Normal View History

2022-06-01 15:06:00 +08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
2022-06-02 19:05:30 +08:00
"rootDir": "./",
2022-06-01 15:06:00 +08:00
"outDir": "./dist",
2022-06-01 15:30:44 +08:00
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
]
2022-06-01 15:06:00 +08:00
},
"include": ["src/**/*"],
"references": []
}