@logicflow/core
Version:
LogicFlow, help you quickly create flowcharts
19 lines (18 loc) • 508 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"experimentalDecorators": true,
"outDir": "es",
"skipLibCheck": true,
"downlevelIteration": true,
"noImplicitAny": false,
"baseUrl": "./",
"paths": {
"react": ["./node_modules/preact/compat/"],
"react-dom": ["./node_modules/preact/compat/"]
}
},
"include": ["src/**/*", "**/*.d.ts"],
"exclude": ["node_modules", "**/*.spec.ts", "es", "lib", "__tests__"]
}