Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- import { defineConfig } from 'vite';
- import tsconfigPaths from 'vite-tsconfig-paths';
-
- export default defineConfig({
- plugins: [tsconfigPaths()],
- });
|