diff --git a/index.html b/index.html index b07ba17..2b4d6c8 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@
  • Bezier spline demo
  • Image demo
  • Move demo
  • +
  • Game of life
  • diff --git a/tsconfig.json b/tsconfig.json index a1872b3..9e19d86 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ - // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ + "moduleDetection": "force", /* Control what method is used to detect module-format JS files. */ /* Modules */ "module": "es6", /* Specify what module code is generated. */