mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 04:57:33 +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": "CommonJS",
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"declaration": true,
|
||||
"outDir": "./js",
|
||||
|
||||
Reference in New Issue
Block a user