[deploy] Emit frontend bundle as ESM for browser
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "Bundler",
|
||||
"outDir": "public/ts-build",
|
||||
"rootDir": "public/ts",
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user