UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

33 lines 655 B
{ "compilerOptions": { "target": "es5", "module": "es2015", // "allowJs": true, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "suppressImplicitAnyIndexErrors": true, "outDir": "temp", "typeRoots": [ "./node_modules/@types" ], "types": [ "node", // "core-js", "jquery" ], "lib": [ "es2016", "dom" ] }, "angularCompilerOptions": { "skipMetadataEmit": true, "genDir": "temp" }, "exclude": [ "node_modules", "aot", "temp", "app", "sampledata", "scripts", "resources", "jqwidgets" ] }