adding freight web and holding

This commit is contained in:
JB
2025-12-24 00:38:53 -05:00
parent 0c8630b8ba
commit f39e9132ad
164 changed files with 5559 additions and 156655 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "ripple",
"noEmit": true,
"isolatedModules": true,
"plugins": [{ "name": "@ripple-ts/typescript-plugin" }],
"paths": {
"@*": ["./src/*"]
}
}
}