mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
feat: generate declaration map (#4981)
This commit is contained in:
parent
c97bcc65e6
commit
13c794e3f2
@ -12,7 +12,7 @@
|
|||||||
// "checkJs": true, /* Report errors in .js files. */
|
// "checkJs": true, /* Report errors in .js files. */
|
||||||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
|
// "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. */
|
"declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */,
|
||||||
// "sourceMap": true, /* Generates corresponding '.map' file. */
|
// "sourceMap": true, /* Generates corresponding '.map' file. */
|
||||||
// "outFile": "./", /* Concatenate and emit output to single file. */
|
// "outFile": "./", /* Concatenate and emit output to single file. */
|
||||||
"outDir": "./dist" /* Redirect output structure to the directory. */,
|
"outDir": "./dist" /* Redirect output structure to the directory. */,
|
||||||
|
Loading…
Reference in New Issue
Block a user