diff options
| author | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
| commit | d26097762b11bfb9be0d64fc8b9c47be6b3d9f39 (patch) | |
| tree | 66bdc0043d1314baa136894f0846633c08d23149 /tsconfig.json | |
| parent | change readme output, v1.0.3 (diff) | |
| download | node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.tar.xz node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.zip | |
add >w< and stutter + typings, v1.0.4
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 3bcd644..1bf09fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "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. */ |