2022-01-12 12:34:37 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-01-21 20:06:57 +00:00
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ES2015",
|
2022-01-14 03:51:01 +00:00
|
|
|
"lib": [
|
|
|
|
"es2015",
|
|
|
|
"es5",
|
|
|
|
"es6",
|
|
|
|
"dom"
|
|
|
|
],
|
2022-01-21 20:06:57 +00:00
|
|
|
"strict": true,
|
2022-01-12 12:34:37 +00:00
|
|
|
}
|
|
|
|
}
|