+ {% block page_content %}{% endblock %} + + {% block footer %} +
+ + {% endblock %} + + + + diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 1a14563..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compilerOptions": { - "target": "es3", - "jsx": "react", - "experimentalDecorators": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "strictNullChecks": true, - "noImplicitAny": true, - "lib": ["ES6", "DOM"] - }, - "files": [ - "taler-wallet-lib.ts", - "chrome-any.d.ts" - ] -} -- cgit v1.2.3