Skip to content
Snippets Groups Projects
Commit e913fb5c authored by Michele Alberti's avatar Michele Alberti
Browse files

[config] Typecheck without emission.

parent 103e2002
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"lint": "eslint --ext .ts,.tsx --format=stylish ./src",
"typecheck": "tsc",
"typecheck": "tsc --noEmit",
"typecheck:watch": "yarn run typecheck -- --watch"
},
"devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment