omnivore/packages/import-handler/tsconfig.json

10 lines
170 B
JSON
Raw Normal View History

2022-02-11 17:24:33 +00:00
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": ".",
"lib": ["dom"]
},
"include": ["src", "test"]
}