Skip to content

Commit

Permalink
build: skip emit
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 30, 2024
1 parent 0b347ac commit d973d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"noPropertyAccessFromIndexSignature": false,
"noEmit": true
},
"include": ["./src"]
}

0 comments on commit d973d58

Please sign in to comment.