mirror of
https://github.com/dzeiocom/components.git
synced 2025-08-11 05:51:58 +00:00
v0.4.2 - Changed to be used only inconjonction with stylus
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// "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. */
|
||||
"declarationDir": "./module",
|
||||
"declarationDir": "src",
|
||||
// "outDir": "./dist", /* Redirect output structure to the directory. */
|
||||
// "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
||||
// "composite": true, /* Enable project compilation */
|
||||
@@ -65,6 +65,6 @@
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build",
|
||||
"*.stories.tsx"
|
||||
"src/**/*.stories.tsx"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user