2026-01-10 06:52:54 -08:00
|
|
|
{
|
2026-01-15 08:30:06 -08:00
|
|
|
"extends": "@lilith/configs-ts/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"]
|
|
|
|
|
}
|