{ "extends": "@shopify/typescript-configs/application.json", "compilerOptions": { "baseUrl": ".", "rootDir": ".", "paths": { "*": ["<%= @javascript_path %>*"] } }, "include": ["./config/*.ts", "./<%= @javascript_path %>**/*"] }