UNPKG

asperjs-dev

Version:

A developmental branch of AsperJS, formerly Easy-Query.

28 lines 863 B
{ "formatCodeOptions": { "indentSize": 4, "tabSize": 4, "newLineCharacter": "\r\n", "convertTabsToSpaces": true, "insertSpaceAfterCommaDelimiter": true, "insertSpaceAfterSemicolonInForStatements": true, "insertSpaceBeforeAndAfterBinaryOperators": true, "insertSpaceAfterKeywordsInControlFlowStatements": true, "insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, "placeOpenBraceOnNewLineForFunctions": false, "placeOpenBraceOnNewLineForControlBlocks": false }, "compilerOptions": { "target": "es3", "module": "commonjs", "declaration": false, "noImplicitAny": false, "removeComments": false, "noLib": false }, "files": [ "./typings/index.d.ts", "./src/index.ts" ] }