mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-12 00:52:27 +03:00
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|