2025-03-20 19:21:52 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"lib": ["esnext", "dom"],
|
|
|
|
|
"module": "nodenext",
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"resolveJsonModule": true,
|
2025-03-25 17:27:15 +00:00
|
|
|
"strict": true
|
2025-03-20 19:21:52 +00:00
|
|
|
},
|
|
|
|
|
"include": ["src", "test"]
|
|
|
|
|
}
|