@lando/platformsh
Version:
A Lando plugin that provides a tight integration with Platform.sh.
13 lines • 355 B
JSON
{
"compilerOptions": {
// Ensure that .d.ts files are created by tsc, but not .js files
"declaration": true,
"emitDeclarationOnly": true,
// Ensure that Babel can safely transpile files in the TypeScript project
"isolatedModules": true,
"outDir": "lib"
},
"files": [
"src/index.ts"
]
}