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:
2021-03-29 13:48:50 +02:00
parent af99c13922
commit 803915999b
10 changed files with 49 additions and 777 deletions

View File

@@ -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"
]
}