mirror of
https://github.com/theoludwig/react-component-form.git
synced 2024-07-17 07:30:13 +02:00
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": false,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"removeComments": true,
|
|
"strictNullChecks": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"lib": ["es2015", "es2016", "dom"],
|
|
"types": ["node"]
|
|
}
|
|
}
|