mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +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"
|
|
}
|
|
} |