diff --git a/tsconfig.json b/tsconfig.json index 56ff121..823a5ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,9 @@ "lib": ["DOM", "ES5", "ES6"], "allowSyntheticDefaultImports": true, "paths": { - "@/*": ["src/*"], + "@/*": ["src/*"] }, - "esModuleInterop": true, + "esModuleInterop": true }, - "include": ["src/**/*", "types/**/*"], + "include": ["src/**/*", "types/**/*"] }