13 lines
170 B
JSON
13 lines
170 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "./",
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
]
|
|
}
|
|
}
|