omnivore/packages/rule-handler/tsconfig.json

12 lines
206 B
JSON
Raw Permalink Normal View History

2022-11-18 08:13:49 +00:00
{
2022-11-19 03:15:26 +00:00
"extends": "./../../tsconfig.json",
2022-11-18 08:13:49 +00:00
"compilerOptions": {
"outDir": "build",
"rootDir": ".",
"lib": ["dom"],
// Generate d.ts files
"declaration": true
},
"include": ["src"],
}