8 lines
112 B
JSON
8 lines
112 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"noImplicitAny": true,
|
|
"checkJs": true,
|
|
"strict": true
|
|
}
|
|
}
|