mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-17 08:30:36 +03:00
move website to own directory
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@~local/tsconfig",
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
"paths": {
|
||||
"~/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "**/node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user