Do not emit transpiled JS
continuous-integration/drone/push Build is passing Details

pull/5/head
Clément FRÉVILLE 1 year ago
parent 1590aa91ff
commit 1750a2a33a

@ -8,8 +8,8 @@
"target": "esnext", "target": "esnext",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"noEmit": false, "noEmit": true,
"allowImportingTsExtensions": false, "allowImportingTsExtensions": true,
"moduleDetection": "force", "moduleDetection": "force",
"strict": true, "strict": true,

Loading…
Cancel
Save