9 lines
128 B
JSON
9 lines
128 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"module": "NodeNext",
|
||
|
"noImplicitAny": true,
|
||
|
"incremental": true
|
||
|
}
|
||
|
}
|