11 lines
171 B
JSON
11 lines
171 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react",
|
||
|
|
"baseUrl": "./src",
|
||
|
|
"paths": {
|
||
|
|
"~*": ["./*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|