holochain_scaffolding_cli 0.0.4

CLI to easily generate and modify holochain apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub fn tryorama_tsconfig() -> String {
    format!(
        r#"{{
  "compilerOptions": {{
    "target": "ES2017",
    "module": "ESNext",
    "moduleResolution": "node",
    "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
     "allowSyntheticDefaultImports": true
  }}
}}"#
    )
}