Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitech/tspp
https://github.com/kitech/tspp
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitech/tspp
- Owner: kitech
- Created: 2024-06-15T00:32:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:01:27.000Z (6 months ago)
- Last Synced: 2024-06-17T18:55:15.917Z (6 months 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"