Skip to content

Commit

Permalink
style: use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed May 12, 2021
1 parent 45858a9 commit 7a77e42
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"compilerOptions": {
"strict": true,
"skipLibCheck": true,

"target": "esnext",
"module": "esnext",
"declaration": false,
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "esnext",
"module": "esnext",
"declaration": false,
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,

"jsx": "preserve",
"lib": [
"esnext",
"dom"
],
"types": [
"node"
]
},
"exclude": [
"node_modules",
"dist",
"examples"
]
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"lib": [
"esnext",
"dom"
],
"types": [
"node"
]
},
"exclude": [
"node_modules",
"dist",
"examples"
]
}

0 comments on commit 7a77e42

Please sign in to comment.