amis2/packages/amis-formula/tsconfig.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": []
}