add initial marp implementation with sample content and build configuration
This commit is contained in:
11
node_modules/mhchemparser/tsconfig-es6.json
generated
vendored
Normal file
11
node_modules/mhchemparser/tsconfig-es6.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "ES6",
|
||||
"moduleResolution": "node",
|
||||
"outDir": "esm",
|
||||
"baseUrl": ".",
|
||||
"typeRoots": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user