[css] move to extension

This commit is contained in:
Martin Aeschlimann
2016-06-12 17:54:03 +02:00
parent 966cb81e0a
commit 2b247ccbfd
48 changed files with 30608 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"sourceRoot": "../src",
"outDir": "./out"
},
"exclude": [
"node_modules"
]
}