Skip to content

Commit

Permalink
fix: exclude example-app from build
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Apr 5, 2022
1 parent 02698e9 commit 33a1f1b
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 33a1f1b

Please sign in to comment.