diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-13 21:57:33 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-10-13 21:57:33 +0200 |
commit | 590a6776063807be20f8cfaf2de9059bbbc559c1 (patch) | |
tree | 2330656919081a35514552104de07f484ba93115 /tsconfig.json | |
parent | a6d36484b73aaf45daf0aa8c371d651962141af3 (diff) | |
download | kronikarz-590a6776063807be20f8cfaf2de9059bbbc559c1.tar.gz kronikarz-590a6776063807be20f8cfaf2de9059bbbc559c1.zip |
Add jest and vuepress
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 519fdf4..c2c5466 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */, "outDir": "./build" /* Redirect output structure to the directory. */, // "lib": [], /* Specify library files to be included in the compilation. */ - "allowJs": true /* Allow javascript files to be compiled. */, + // "allowJs": true /* Allow javascript files to be compiled. */, // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ // "declaration": true, /* Generates corresponding '.d.ts' file. */ |