mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Simplify and fix TypeScript compilation output (#7815)
* Simplify and fix TypeScript compilation output * Revert deps upgrade
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "NodeNext",
|
||||
"target": "es2020",
|
||||
"module": "es2020",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"declaration": true,
|
||||
"outDir": "./mjs",
|
||||
|
||||
Reference in New Issue
Block a user