2026-04-28 13:11:03 -07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "./lib",
|
|
|
|
|
"outDir": "./dist",
|
2026-04-29 07:43:56 -07:00
|
|
|
"module": "commonjs",
|
2026-04-28 13:11:03 -07:00
|
|
|
"target": "esnext",
|
|
|
|
|
"types": ["node"],
|
|
|
|
|
"allowJs": true,
|
2026-04-29 07:43:56 -07:00
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2026-04-28 13:11:03 -07:00
|
|
|
"strict": true,
|
2026-04-29 07:43:56 -07:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"isolatedModules": true
|
2026-04-28 13:11:03 -07:00
|
|
|
},
|
|
|
|
|
"exclude": ["scripts"]
|
|
|
|
|
}
|