Skip to content

Commit

Permalink
modify tsconfig to include simple server in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuangwang committed Feb 21, 2024
1 parent bc0664b commit 95e5aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@apphosting/adapter-angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"compilerOptions": {
"noEmit": false,
"outDir": "dist",
"rootDir": "src"
"rootDir": "src",
"allowJs": true
},
"include": [
"src/index.ts",
"src/bin/*.ts",
"src/simple-server/*",
],
"exclude": [
"src/*.spec.ts"
Expand Down

0 comments on commit 95e5aa5

Please sign in to comment.