12 lines
224 B
JSON
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
|
|
}
|
|
}
|