flatbuffers/tsconfig.mjs.json

16 lines
331 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2017",
"module": "ES2015",
"lib": ["ES2017", "ES2020.BigInt", "DOM"],
"declaration": true,
"outDir": "./mjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"ts/**/*.ts"
]
}