diff options
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r-- | tsconfig.app.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json index 3e5b621..1a2c491 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -3,6 +3,7 @@ "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "exclude": ["src/**/__tests__/*"], "compilerOptions": { + "allowJs": true, "composite": true, "baseUrl": ".", "paths": { |