mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-24 05:47:44 +08:00
10 lines
121 B
JSON
10 lines
121 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"*.ts"
|
|
]
|
|
}
|