chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"module": "ESNext",
|
||||
"target": "ESNext",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "./dist/esm",
|
||||
"rootDir": "./src",
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"jsx": "preserve",
|
||||
},
|
||||
"files": [
|
||||
"src/index.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user