@logicflow/extension
Version:
LogicFlow Extensions
19 lines (18 loc) • 495 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"]
}