omnivore/packages/content-handler/tsconfig.json

11 lines
187 B
JSON
Raw Normal View History

2022-09-28 04:35:42 +00:00
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"declaration": true,
"outDir": "build",
"lib": ["dom"]
},
"include": ["src"]
2022-09-28 04:35:42 +00:00
}