mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
* Add yarn.lock to all examples * Add missing yarn lock * Deploy all examples after yarn.lock changes * Remove package-lock * Update ionic angular to working version * Skip libCheck to make ionic-angular build * Rename nowignore to vercelignore, remove yarn.lock from ignore * Revert zola changes
20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"module": "esnext",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es2015",
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"es2017",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|