2023-01-11 11:26:08 +03:00

12 lines
224 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Common",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2021"],
"module": "ESNext",
"target": "ES6",
"allowJs": true
}
}