mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 17:41:12 +00:00
[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)
This commit is contained in:
16
tsconfig.mjs.json
Normal file
16
tsconfig.mjs.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2017",
|
||||
"module": "ES2015",
|
||||
"lib": ["ES2017"],
|
||||
"declaration": true,
|
||||
"outDir": "./mjs",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": [
|
||||
"ts/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user