15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"*": ["node_modules/*"]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|