Screw around w/ esm some more
This commit is contained in:
parent
9da2fd0054
commit
05b6f626d8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mark-mark-parsers-renderers",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "A TypeScript MarkMark parser/renderer collection",
|
||||
"homepage": "https://garrettmills.dev/markmark",
|
||||
"main": "lib/index.js",
|
||||
|
@ -1,12 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": ["ESNext"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user