mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-08 18:32:27 +03:00
update repo structure
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@local/tsconfig",
|
||||
"main": "./tsconfig.json",
|
||||
"version": "0.0.0"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"allowJs": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"target": "ESNext",
|
||||
"sourceMap": true,
|
||||
"jsx": "react",
|
||||
"declaration": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"removeComments": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user