{"library":"plugin-typescript","type":"library","category":null,"description":"plugin-typescript (current stable version 8.0.0) is a loader plugin for SystemJS that enables the direct `System.import` of TypeScript files. It transpiles `.ts` and `.tsx` files on the fly within the browser or Node.js environment when loaded by SystemJS. This package was the officially supported mechanism for transpiling TypeScript within JSPM 0.17.0 and later, providing immediate compilation and error reporting to the console. It supports TypeScript versions 2.0.0 and higher, with specific older versions (4.0.16 for TS 1.8.1, 2.x.x for TS 1.7.5 and below) required for compatibility. The package's release cadence was tied to the evolution of SystemJS and JSPM, focusing on browser-side transpilation and integration with SystemJS's module loading capabilities.","language":"javascript","status":"abandoned","version":"8.0.0","tags":["javascript","systemjs","jspm","es6","typescript","ts","tsx","angular2","react"],"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":[]}],"homepage":null,"github":"https://github.com/frankwallis/plugin-typescript","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/plugin-typescript","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/plugin-typescript/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}