Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Jul 10, 2019
1 parent 413d9b9 commit 7098822
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions tsconfig.json
Expand Up @@ -17,33 +17,16 @@
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
"lib": [
"dom",
"esnext"
],
"lib": ["dom", "esnext"],
"paths": {
"src/*": [
"src/*"
],
"test/*": [
"test/*"
],
"scripts/*": [
"scripts/*"
],
"*": [
"node_modules/*",
"src/types/*"
]
"src/*": ["src/*"],
"test/*": ["test/*"],
"scripts/*": ["scripts/*"],
"*": ["node_modules/*", "src/types/*"]
},
"forceConsistentCasingInFileNames": true,
"isolatedModules": true
},
"include": [
"./src",
"./pages"
],
"exclude": [
"node_modules"
]
"include": ["./src", "./pages"],
"exclude": ["node_modules"]
}

0 comments on commit 7098822

Please sign in to comment.