Skip to content

Commit

Permalink
Update scan package tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Nov 5, 2024
1 parent 377e873 commit 79804d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions projects/js-packages/scan/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"extends": "jetpack-js-tools/tsconfig.tsc.json",
"include": [ "./src/**/*" ],
"compilerOptions": {
"typeRoots": [ "./node_modules/@types/", "src/types/*" ],
"sourceMap": false,
"outDir": "./build/",
"module": "ESNext",
"moduleResolution": "bundler"
}
"extends": "jetpack-js-tools/tsconfig.base.json",
"include": [ "./src/**/*" ]
}

0 comments on commit 79804d5

Please sign in to comment.