13 lines
229 B
JSON
13 lines
229 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": true,
|
||
|
"module": "CommonJS",
|
||
|
"esModuleInterop": true,
|
||
|
"target": "es5",
|
||
|
"jsx": "react",
|
||
|
"jsxFactory": "m",
|
||
|
"allowJs": true,
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|