mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
re-enable es6 output
This commit is contained in:
parent
aae67aec9c
commit
d9bfd671d1
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -13,6 +13,7 @@ watch: node_modules
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: node_modules
|
build: node_modules
|
||||||
node $(tsc)
|
node $(tsc)
|
||||||
|
node $(tsc) -p tsconfig.es6.json
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: node_modules
|
test: node_modules
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
],
|
],
|
||||||
"module": "ES6",
|
"module": "ES6",
|
||||||
"target": "ES6",
|
"target": "ES6",
|
||||||
"outDir": "build",
|
"outDir": "build/es6",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue