Use import/export instead of references. Use webpack instead of tsc.

This commit is contained in:
József Farkas
2016-04-19 22:35:16 +02:00
parent 4a950283b3
commit 07cc4cef2f
44 changed files with 252 additions and 92 deletions

View File

@@ -1,11 +1,13 @@
{
"compilerOptions": {
"out": "test-serializer.js",
"target": "es5",
"module": "commonjs",
"experimentalDecorators": true
},
"files": [
"../typings/main.d.ts",
"test-serializer.ts"
"exclude": [
"../src",
"../node_modules",
"../typings/main",
"../typings/main.d.ts"
]
}