mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 05:49:39 +03:00
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"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"]
|
|
}
|