replace files that were deleted accidentally

This commit is contained in:
Curt Tudor 2024-03-26 10:15:45 -06:00
parent cc8a8d2f5e
commit 12b553e8d4
No known key found for this signature in database
GPG Key ID: B3CD225AF4EC8E96
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"strict": true,
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"esModuleInterop": true,
"moduleResolution": "node"
}
}

View File

@ -0,0 +1,12 @@
{
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"strict": true,
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"esModuleInterop": true,
"moduleResolution": "node"
}
}