mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-07 15:52:27 +03:00
12 lines
296 B
JSON
12 lines
296 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"skipLibCheck": true,
|
|
"types": ["jasmine"]
|
|
},
|
|
"files": ["test/test.ts"],
|
|
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
}
|