13 lines
236 B
JSON
13 lines
236 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"noImplicitAny": true,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"incremental": true,
|
||
|
"sourceMap": true,
|
||
|
"declaration": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|