mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 04:41:37 +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);
|
||||
|
@ -4,7 +4,7 @@
|
||||
],
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": true,
|
||||
"target": "es5",
|
||||
"target": "es2015",
|
||||
"outDir": "dist/",
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
Loading…
Reference in New Issue
Block a user