Files
omnivore/packages/export-handler/tsconfig.json
2024-07-19 17:12:40 +08:00

9 lines
146 B
JSON

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