coze-studio/frontend/packages/common/flowgram-adapter/fixed-layout-editor/tsconfig.misc.json

24 lines
604 B
JSON

{
"extends": "@coze-arch/ts-config/tsconfig.web.json",
"$schema": "https://json.schemastore.org/tsconfig",
"include": ["__tests__", "stories", "vitest.config.ts", "tailwind.config.ts"],
"exclude": ["**/node_modules", "./dist"],
"references": [
{
"path": "./tsconfig.build.json"
}
],
"compilerOptions": {
"baseUrl": "./",
"paths": {},
"types": ["react", "react-dom"],
"jsx": "react",
"isolatedModules": true,
"preserveSymlinks": false,
"strictPropertyInitialization": false,
"module": "ESNext",
"rootDir": "./",
"outDir": "./dist"
}
}