Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7af4123b80917a702a19bc0807f4fde1a142e58a https://github.com/phpmyadmin/phpmyadmin/commit/7af4123b80917a702a19bc0807f4... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-06-11 (Sat, 06 June 2022) -03:00
Changed paths: A tsconfig.json M package.json M yarn.lock
Log Message: ----------- Add basic TypeScript support
Adds a basic tsconfig.json file to be able to use TypeScript for static analysis of the JavaScripts files. TypeScript is not used for compilation yet.
This enables the type checking in some IDEs.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: f4659f3fa3088d2c1e42dbdeb7d1922f804964a1 https://github.com/phpmyadmin/phpmyadmin/commit/f4659f3fa3088d2c1e42dbdeb7d1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-06-11 (Sat, 06 June 2022) -03:00
Changed paths: A tsconfig.json M package.json M yarn.lock
Log Message: ----------- Merge pull request #17594 from MauricioFauth/typescript
Add basic TypeScript support