11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
}
|
|
}
|