13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "./src/**",
|
|
"checkJs": true
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
|
}
|