@webwriter/chemdraw
Version:
Periodic table of the elements. Each element can be focused on to get a brief overview of its properties.
18 lines (17 loc) • 500 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"module": "ESNext",
"target": "es6",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"jsx": "react",
"strictNullChecks": true,
"strictFunctionTypes": true,
"sourceMap": true,
"experimentalDecorators": false,
"baseUrl": "./",
"resolveJsonModule": true,
"esModuleInterop": true
},
"exclude": ["node_modules", "**/node_modules/*"]
}