[css] adopt snippettext API and update to TS2.0

This commit is contained in:
Martin Aeschlimann
2016-11-24 15:29:43 +01:00
parent 99864f9ce5
commit 4839f9424c
11 changed files with 55 additions and 177 deletions

View File

@@ -1,9 +1,11 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"outDir": "./out"
"outDir": "./out",
"lib": [
"es5", "es2015.promise"
]
},
"exclude": [
"node_modules"