From 4274595b251632ef004d5f1429d7fbdde1cd4a5a Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 13 Oct 2019 23:48:12 +0200 Subject: Add publish options --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index c2c5466..cc0e6fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,13 +4,13 @@ // "incremental": true, /* Enable incremental compilation */ "target": "es5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, - "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. */, + "rootDir": "lib" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */, + "outDir": "./dist" /* Redirect output structure to the directory. */, // "lib": [], /* Specify library files to be included in the compilation. */ // "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. */ + "declaration": true /* Generates corresponding '.d.ts' file. */, // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ -- cgit 1.4.1