mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-30 22:44:07 +03:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"skipTemplateCodegen": true,
|
|
"skipMetadataEmit": false,
|
|
"strictMetadataEmit": true,
|
|
"fullTemplateTypeCheck": true,
|
|
"flatModuleOutFile": "overlayscrollbars-ngx.js",
|
|
"flatModuleId": "overlayscrollbars-ngx"
|
|
},
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom",
|
|
"es2016",
|
|
"es2017"
|
|
],
|
|
"noImplicitAny": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"noImplicitThis": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"removeComments": true
|
|
},
|
|
"exclude": [
|
|
"./dist",
|
|
"./example",
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |