1
0
Fork 0

feat: Hide --experimental-loader (and all) warnings

pull/1/head
Ambrose Chua 2021-09-10 01:12:51 +08:00
parent 9c304feaab
commit 2ca427b87f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"author": "Ambrose Chua",
"license": "MIT",
"scripts": {
"start": "node --loader ts-node/esm src/index.ts",
"start": "node --loader ts-node/esm --no-warnings src/index.ts",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --ignore-path ../.gitignore --write .",
"lint": "xo"