@lando/platformsh
Version:
A Lando plugin that provides a tight integration with Platform.sh.
18 lines (17 loc) • 410 B
JSON
{
"compilerOptions": {
"declaration": true,
"outDir": "types",
"module": "esnext",
"target": "es2015",
"lib": ["es6", "dom", "es2016", "es2017", "dom.iterable", "es2019"],
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"strict": true,
"allowJs": true,
"checkJs": false,
"baseUrl": "."
},
"exclude": ["node_modules"]
}