Skip to content

Commit b999afb

Browse files
author
Lu, Kuang-Chen
committed
how to run the error programs
1 parent d0bda68 commit b999afb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Competitors/TypeScript/Errors.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
// # Errors
22

3+
// To see all static type errors in console, execute in this directory
4+
//
5+
// tsc -b
6+
//
7+
// This command builds all .ts files in the current directory and prints
8+
// all type errors.
9+
310
import { CTop, Row, SchemaOf, STop, Table } from "./EncodeTables"
411
import { departments, employees, gradebook, jellyAnon, jellyNamed, students } from "./ExampleTables"
512
import { buildColumn, count, getRow, getValue, nrows, tfilter } from "./TableAPI"

0 commit comments

Comments
 (0)