mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 21:00:10 +08:00
Updated.
This commit is contained in:
parent
87ad3fb580
commit
a4625f5038
@ -1,2 +1,2 @@
|
|||||||
let a: Symbol;
|
let a: Symbol = Symbol('one');
|
||||||
console.log(a);
|
console.log(a);
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"target": "es5",
|
"target": "es2015",
|
||||||
"outDir": "dist/",
|
"outDir": "dist/",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user