💄
This commit is contained in:
parent
36fede7522
commit
c289cdcac8
3 changed files with 13 additions and 11 deletions
|
@ -5,4 +5,4 @@
|
||||||
"ext": "ts",
|
"ext": "ts",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"exec": "ts-node src/buildThemes.ts"
|
"exec": "ts-node src/buildThemes.ts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,4 +59,4 @@ export default function(theme: Theme) {
|
||||||
cornerRadius: 6,
|
cornerRadius: 6,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
"sourceMap": true
|
"sourceMap": true
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": [
|
||||||
}
|
"node_modules"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue