omnivore/packages/content-handler/tsconfig.json

10 lines
158 B
JSON
Raw Normal View History

2022-09-28 04:35:42 +00:00
{
2024-01-18 03:03:57 +00:00
"extends": "./../../tsconfig.json",
2022-09-28 04:35:42 +00:00
"compilerOptions": {
"rootDir": ".",
"declaration": true,
2024-01-18 03:03:57 +00:00
"outDir": "build"
2022-09-28 04:35:42 +00:00
},
"include": ["src"]
2022-09-28 04:35:42 +00:00
}