12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"lib": ["dom", "esnext"],
|
|
"baseUrl": "."
|
|
}
|
|
}
|