14 lines
284 B
JSON
14 lines
284 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "CommonJS",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"noEmit": true,
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": ["src", "tests"]
|
||
|
|
}
|