simple-dom-make
Version:
A lightweight helper to build DOM trees dynamically.
16 lines • 374 B
JSON
{
"compilerOptions": {
"target": "es2016",
"module": "CommonJS",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"declaration": true,
"skipLibCheck": true,
"rootDir": "./src",
"sourceMap": false,
"emitDeclarationOnly": false,
"removeComments": true
}
}