chore: configure turbo commands

This commit is contained in:
Yangshun Tay
2022-10-01 08:10:43 +08:00
parent a5acf92139
commit 0475efce3c
2 changed files with 11 additions and 7 deletions

View File

@ -6,6 +6,7 @@
"jsx": "react-jsx",
"lib": ["ES2015"],
"module": "ESNext",
"target": "es6"
"target": "es6",
"noEmit": true
}
}