10 lines
138 B
JSON
10 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "NodeNext",
|
|
"noEmit": true,
|
|
"strict": true
|
|
}
|
|
}
|