13 lines
254 B
JSON
13 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|