13 lines
345 B
JSON
Executable file
13 lines
345 B
JSON
Executable file
{
|
|
"extends": "@lilith/configs/typescript/react",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"types": ["vitest/globals", "@testing-library/jest-dom"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|