2026-01-10 06:52:54 -08:00
|
|
|
{
|
2026-01-16 20:49:36 -08:00
|
|
|
"extends": "@lilith/configs/typescript/base",
|
2026-01-10 06:52:54 -08:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "./dist",
|
|
|
|
|
"rootDir": "./src",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
|
"target": "ES2022"
|
|
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
|
}
|