element-web/tsconfig.module_system.json
Michael Telatynski 1bb780348a
Upgrade target to es2021
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-08-01 09:30:21 +01:00

11 lines
264 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "preserve",
"declaration": false,
"outDir": "./lib/module_system",
"lib": ["es2022"],
"types": ["node"]
},
"include": ["./module_system/**/*.ts"]
}