mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 06:12:54 +08:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"outDir": "out/ts"
|
|
}
|
|
} |