chore: remove ts-node config

This commit is contained in:
草鞋没号 2021-11-24 15:49:10 +08:00
parent 77f3e7fe0e
commit 95378c87a3
1 changed files with 0 additions and 5 deletions

View File

@ -11,10 +11,5 @@
"resolveJsonModule": true,
"strict": true,
"jsx": "react-jsx"
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}