diff --git a/tsconfig.json b/tsconfig.json index 8a6f9631..0853593e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "strictPropertyInitialization": true, "strictNullChecks": true }, - "include": ["src/**/*.ts", "tests/**/*.ts", "demo/**/*.ts"] + "include": ["web/static/**/*.ts"] } diff --git a/web/index.html b/web/index.html index 5b0b4b81..fdccdfe2 100644 --- a/web/index.html +++ b/web/index.html @@ -5,6 +5,7 @@ Odoo Web Core Demo +