Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
150 B

  1. import { defineConfig } from 'vite';
  2. import tsconfigPaths from 'vite-tsconfig-paths';
  3. export default defineConfig({
  4. plugins: [tsconfigPaths()],
  5. });