19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"avanza-ui": ["../avanza-ui/src"],
|
|
"avanza-ui/*": ["../avanza-ui/src/*"]
|
|
}
|
|
},
|
|
"include": ["src", "../avanza-ui/src"]
|
|
}
|