flatbuffers/tsconfig.json

17 lines
330 B
JSON

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