blob: 49d89576cfcab89a47309b1dcdc7067bc8384aea [file] [log] [blame]
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "out",
"lib": [
"dom",
"dom.iterable",
"es2020"
],
"allowJs": true
}
}