{"library":"plugin-typescript","install":[{"cmd":"npm install plugin-typescript","imports":["System.config({\n  transpiler: \"ts\",\n  packages: {\n    \"app\": {\n      \"defaultExtension\": \"ts\"\n    }\n  }\n});","System.config({\n  transpiler: \"babel\", // Use another transpiler by default\n  packages: {\n    \"src\": {\n      \"defaultExtension\": \"ts\",\n      \"meta\": {\n        \"*.ts\": {\n          \"loader\": \"ts\"\n        }\n      }\n    }\n  }\n});","System.config({\n  typescriptOptions: {\n    module: \"system\",\n    noImplicitAny: true,\n    tsconfig: true\n  }\n});"]},{"cmd":"yarn add plugin-typescript","imports":[]},{"cmd":"pnpm add plugin-typescript","imports":[]}]}