alpha
Login
or
Join now
ewancroft.uk
/
bluesky-awoo-bot
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
added tsconig.json
author
Ewan Croft
date
2 years ago
(May 19, 2024, 10:55 PM +0100)
commit
f357fdae
f357fdae6b65e3d8234a73948e9d4947b5148492
parent
4c17486c
4c17486c39c02fcfd87ab3f8f94380106ce29a63
+6
1 changed file
Expand all
Collapse all
Unified
Split
tsconfig.json
+6
tsconfig.json
Reviewed
···
1
1
+
{
2
2
+
"compilerOptions": {
3
3
+
"module": "commonjs" // Or "amd" if applicable
4
4
+
}
5
5
+
}
6
6
+