Skip to content

Commit 868bcc9

Browse files
committed
fix: fix dist folder
1 parent ee200c3 commit 868bcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"declaration": true /* Generates corresponding '.d.ts' file. */,
1010
"outDir": "./dist" /* Redirect output structure to the directory. */
1111
},
12-
"include": ["./src/**/*", "./e2e/**/*"],
12+
"include": ["./src/**/*"],
1313
"exclude": ["./test", "./src/**/*.spec.ts"]
1414
}

0 commit comments

Comments
 (0)