Files
omnivore/packages/content-fetch/tsconfig.json
2024-01-18 18:48:46 +08:00

9 lines
134 B
JSON

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