14 lines
247 B
JSON
14 lines
247 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"jsx": "react-jsx",
|
||
|
"strict": true,
|
||
|
"paths": {
|
||
|
"@babel/*": ["./node_modules/@babel/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|