15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"allowJs": true,
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "JSX.createElement"
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|