Skip to content

Instantly share code, notes, and snippets.

View yoonhoGo's full-sized avatar
😎
Cool

Yoonho Go yoonhoGo

😎
Cool
View GitHub Profile
@yoonhoGo
yoonhoGo / tsconfig.json
Created September 11, 2018 06:41
Nuxt-edge-with-Typescript-boilerplate
// tsconfig.json
{
"compilerOptions": {
/* Basic Options */
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"allowJs": true, /* Allow javascript files to be compiled. */
"outDir": "./.dist", /* Redirect output structure to the directory. */
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */