mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"*": ["*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
} |