add initial marp implementation with sample content and build configuration
This commit is contained in:
19
node_modules/mhchemparser/tsconfig.json
generated
vendored
Normal file
19
node_modules/mhchemparser/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"downlevelIteration": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"removeComments": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "dist"
|
||||
},
|
||||
"files": [
|
||||
"src/mhchemParser.ts",
|
||||
"src/mhchemParser.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user