19 lines
403 B
JSON
19 lines
403 B
JSON
{
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"lib": ["ES2022"],
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true
|
|
}
|
|
}
|