new webpack.config.ts

This commit is contained in:
2026-03-04 22:46:21 -06:00
parent 5c8322af85
commit a798641848
18 changed files with 2767 additions and 6692 deletions

View File

@@ -1,7 +1,3 @@
/// <reference types="node" />
/// <reference types="react" />
/// <reference types="react-dom" />
declare namespace NodeJS {
interface ProcessEnv {
readonly NODE_ENV: 'development' | 'production' | 'test';