https://github.com/kitech/tspp
https://github.com/kitech/tspp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitech/tspp
- Owner: kitech
- Created: 2024-06-15T00:32:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:01:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T14:14:39.590Z (over 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
COMMAND "tsc" "--pretty" "--sourceMap" "--declaration" "--module" "commonjs" "--lib" "es2020,dom" "--esModuleInterop" "main.ts"
# fix https://stackoverflow.com/questions/43042889/typescript-referenceerror-exports-is-not-defined
COMMAND "sed" "-i" ".bak" "'s/\"use strict\";/var exports = {};\\n\\n\"use strict\";/g'" "main.js"