Skip to content

Commit

Permalink
Merge pull request #3 from SoftwareBrothers/fix/fix-tsconfig-exclude-…
Browse files Browse the repository at this point in the history
…example-app

fix: exclude example-app from build
  • Loading branch information
dziraf authored Apr 5, 2022
2 parents 02698e9 + 33a1f1b commit 2ba8866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"noImplicitThis": true,
"moduleResolution": "node",
"module": "commonjs",
"baseUrl": "./",
"baseUrl": ".",
"outDir": "lib",
"declarationDir": "types",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true
},
"exclude": ["test", "lib", "types", "example"]
"exclude": ["test", "lib", "types", "example-app"]
}

0 comments on commit 2ba8866

Please sign in to comment.