Skip to content

Commit

Permalink
fix: Fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Dec 21, 2023
1 parent 13db933 commit e4c7002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"extends": "../tsconfig",
"compilerOptions": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^yarn@1.22.15",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"react-native-fast-tflite": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
Expand Down

0 comments on commit e4c7002

Please sign in to comment.