Move outDir

This commit is contained in:
Nathan Bierema 2020-05-08 13:51:11 -04:00
parent 9b54144fbc
commit e7025dc38c
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"extends": "../../tsconfig.react.base.json",
"compilerOptions": {
"outDir": "lib"
},
"include": ["src"]
}

View File

@ -3,7 +3,6 @@
"target": "esnext",
"module": "commonjs",
"declaration": true,
"outDir": "lib",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,