Skip to content

Commit

Permalink
migrate to atsc
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Apr 2, 2024
1 parent 4059a5f commit 9bb44d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
Expand All @@ -41,7 +42,7 @@
"url": "git+https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict.git"
},
"scripts": {
"build": "yakumo build",
"build": "atsc",
"test": "mocha -r tsx -r yml-register --extension .spec.ts ./__tests__",
"lint": "eslint src/**/*.ts && yarn prettier --check",
"format": "yarn prettier --write",
Expand Down Expand Up @@ -86,6 +87,7 @@
"@types/pug": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"atsc": "^2.0.1",
"chai": "^4.3.4",
"esbuild-plugin-yaml": "^0.0.1",
"eslint": "^8.57.0",
Expand All @@ -102,10 +104,6 @@
"tsup": "^8.0.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"yakumo": "^1.0.0-beta.8",
"yakumo-esbuild": "^1.0.0-beta.4",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.3",
"yml-register": "^1.2.5"
},
"peerDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": "@hamster-bot/tsconfig",
"extends": "@hamster-bot/tsconfig/tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"emitDeclarationOnly": true,
"declaration": true,
"composite": true,
"incremental": true,
"types": ["mocha", "yml-register/types"],
Expand Down
11 changes: 0 additions & 11 deletions yakumo.yml

This file was deleted.

0 comments on commit 9bb44d6

Please sign in to comment.