adding freight web and holding
This commit is contained in:
18
packages/freight-web/tsconfig.json
Normal file
18
packages/freight-web/tsconfig.json
Normal 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/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user