mtg-lets-trade

Website/webapp to facilitate trading between players of Magic: The Gathering
git clone https://kevincorvisier.fr/git/mtg-lets-trade.git
Log | Files | Refs

tsconfig.json (98B)


      1 {
      2 	"extends": "@tsconfig/strictest/tsconfig.json",
      3 	"compilerOptions": {
      4 		"jsx": "react-jsx"
      5 	}
      6 }