8 lines
No EOL
165 B
JSON
8 lines
No EOL
165 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["ES2015", "DOM"],
|
|
"typeRoots": ["src/*.d.ts"],
|
|
"esModuleInterop": true
|
|
}
|
|
} |