mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 18:50:24 +00:00
* Add ftps module * Fix import in ftps-test.ts * Fix import in ftps-test.ts
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"ftps-tests.ts"
|
|
]
|
|
}
|