mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +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
295 B
JSON
20 lines
295 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/test.ts",
|
|
"src/zone-flags.ts",
|
|
"src/polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|