17 lines
287 B
JSON
17 lines
287 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"target": "es2022",
|
||
|
"module": "esnext",
|
||
|
"outDir": "dist",
|
||
|
"types": ["node"],
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"skipLibCheck": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"#src/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|