styles/nodemon.json 🔗
@@ -5,4 +5,4 @@
"ext": "ts",
"ignore": [],
"exec": "ts-node src/buildThemes.ts"
-}
+}
Nathan Sobo created
styles/nodemon.json | 2 +-
styles/src/styleTree/contactsPanel.ts | 2 +-
styles/tsconfig.json | 20 +++++++++++---------
3 files changed, 13 insertions(+), 11 deletions(-)
@@ -5,4 +5,4 @@
"ext": "ts",
"ignore": [],
"exec": "ts-node src/buildThemes.ts"
-}
+}
@@ -59,4 +59,4 @@ export default function(theme: Theme) {
cornerRadius: 6,
},
}
-}
+}
@@ -1,12 +1,14 @@
{
"compilerOptions": {
- "target": "es2015",
- "module": "commonjs",
- "esModuleInterop": true,
- "noImplicitAny": true,
- "removeComments": true,
- "preserveConstEnums": true,
- "sourceMap": true
+ "target": "es2015",
+ "module": "commonjs",
+ "esModuleInterop": true,
+ "noImplicitAny": true,
+ "removeComments": true,
+ "preserveConstEnums": true,
+ "sourceMap": true
},
- "exclude": ["node_modules"]
- }
+ "exclude": [
+ "node_modules"
+ ]
+}