Files
omnivore/packages/content-handler/tsconfig.json
Thomas Rogers c0373646cb Fix Linting...
2024-01-09 11:22:32 +01:00

11 lines
176 B
JSON

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