16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"extends": "@lilith/configs/typescript/react",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"incremental": false,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"types": ["@testing-library/jest-dom"],
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@lilith/ui-styled-components": ["./__mocks__/@lilith/ui-styled-components.tsx"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|