Remove everything related to TypeScript

This commit is contained in:
Daniël van Noord
2022-06-19 20:50:56 +02:00
parent 3fddc1d249
commit 8cfc980546
23 changed files with 28 additions and 1068 deletions

View File

@@ -3,7 +3,7 @@
import { AddMissingUpgrades } from './CreateMissingUpgrades';
import * as CreateSections from './CreateStatsSections';
import * as CreateElements from './CreateDOMElements';
import * as GameData from '../../../Data/Gamedata.ts';
import * as GameData from '../../../Data/Gamedata';
import {
CacheAverageClicks,

View File

@@ -1,6 +1,6 @@
/** Functions to create the individual sections of the Statistics page */
import * as GameData from '../../../Data/Gamedata.ts';
import * as GameData from '../../../Data/Gamedata';
import { MaxChainCookieReward } from '../../../Cache/Stats/ChainCookies';
import {
CacheAvgCPSWithChoEgg,

View File

@@ -1,5 +1,5 @@
import { menuFunctions } from '@cookiemonsterteam/cookiemonsterframework';
import { LatestReleaseNotes, ModDescription } from '../../Data/Moddata.ts';
import { LatestReleaseNotes, ModDescription } from '../../Data/Moddata';
/**
* Creates the <div> to be added to the Info section

View File

@@ -1,5 +1,5 @@
import { menuFunctions as mF } from '@cookiemonsterteam/cookiemonsterframework';
import { ConfigGroups, ConfigGroupsNotification } from '../../Data/Sectionheaders.ts';
import { ConfigGroups, ConfigGroupsNotification } from '../../Data/Sectionheaders';
import settings from '../../Data/settings';
import UpdateColours from '../HelperFunctions/UpdateColours';
import RefreshScale from '../HelperFunctions/RefreshScale';