Skip to content

Commit

Permalink
chore: Allow the light-dom.mjs file to be included.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekante committed Apr 30, 2023
1 parent 2a06af0 commit f0c5d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/outline-core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist"
"outDir": "./dist",
"allowJs": true
},
"include": ["index.ts", "src/**/*", "tests/**/*"]
}

0 comments on commit f0c5d51

Please sign in to comment.