13 lines
188 B
JSON
13 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/*": ["./*"]
|
|
},
|
|
"lib": ["DOM", "ES2022", "DOM.Iterable"],
|
|
"target": "ES2015",
|
|
"module": "es2020"
|
|
},
|
|
"include": ["."]
|
|
}
|