15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"extends": "@lilith/configs/typescript/react",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|