14 lines
233 B
JSON
14 lines
233 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "commonjs",
|
||
|
"jsx": "react",
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"types": [
|
||
|
"webpack-env"
|
||
|
]
|
||
|
}
|
||
|
}
|