Skip to content

Commit

Permalink
fix tabs in examples/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MokujinMap committed May 14, 2024
1 parent 9b3f54a commit 24290ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": false,
"moduleResolution": "Node16",
"rootDirs": ["./", "../"],
"types": ["../types/index.d.ts"]
},
"include": ["./**/*.ts", "./**/*.tsx"]
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": false,
"moduleResolution": "Node16",
"rootDirs": ["./", "../"],
"types": ["../types/index.d.ts"]
},
"include": ["./**/*.ts", "./**/*.tsx"]
}

0 comments on commit 24290ca

Please sign in to comment.