2330ea938c
- Deleted ImportModule and ImportService files as part of the refactor. - Removed the Integration Guide and README documentation for the import service. - Cleaned up Docker Compose files related to the import service. - Added a new parser for recipe markdown format with structured data extraction. - Introduced TypeScript configuration and package.json for the new service structure.
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "commonjs",
|
|
"lib": ["ES2021"],
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|