omnivore/packages/content-handler/tsconfig.json
2025-10-09 13:10:32 -04:00

10 lines
189 B
JSON

{
"extends": "./../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"declaration": true,
"outDir": "build",
"skipLibCheck": true
},
"include": ["src"]
}