blob: 9af4075eff110a8f148852caed026fc3bff2202b [file] [log] [blame]
{
"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"
]
}