UNPKG

@mega-apps/cli

Version:

Mom builder for all mega modules apps. The recommended basic operation dependency package is attached, and users can check and repair defects in actual applications.

96 lines (95 loc) 1.99 kB
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "moduleResolution": "Node", "lib": [ "ES5", "ES6", "ES2015", "ES2015.Collection", "ES2015.Core", "ES2015.Generator", "ES2015.Iterable", "ES2015.Promise", "ES2015.Proxy", "ES2015.Reflect", "ES2015.Symbol.WellKnown", "ES2015.Symbol", "ES2016", "ES2016.Array.Include", "ES2017", "ES2017.Intl", "ES2017.Object", "ES2017.SharedMemory", "ES2017.String", "ES2017.TypedArrays", "ES2018", "ES2018.AsyncGenerator", "ES2018.AsyncIterable", "ES2018.Intl", "ES2018.Promise", "ES2018.Regexp", "ES2019", "ES2019.Array", "ES2019.Object", "ES2019.String", "ES2019.Symbol", "ES2020", "ES2020.BigInt", "ES2020.Promise", "ES2020.String", "ES2020.Symbol.WellKnown", "ESNext", "ESNext.Array", "ESNext.AsyncIterable", "ESNext.BigInt", "ESNext.Intl", "ESNext.Promise", "ESNext.String", "ESNext.Symbol", "DOM", "DOM.Iterable", "ScriptHost", "WebWorker", "WebWorker.ImportScripts" ], "skipLibCheck": true, "esModuleInterop": true, "allowJs": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "sourceMap": true, "strict": true, "jsx": "preserve", "jsxFactory": "VueTsxSupport", "noEmit": true, "experimentalDecorators": true, "baseUrl": ".", "paths": { "~/*": ["./*"], "@/*": ["./*"] }, "types": [ "@nuxt/types", "@nuxtjs/axios", "@nuxt/content", "@types/jest", "@types/jquery", "@types/node", "vue/types", ] }, "vueCompilerOptions": { "experimentalCompatMode": 2 }, "exclude": [ "node_modules", ".nuxt", "assets", "coverage", "dist", "public", "static" ] }