commit | eed14447a6e46c0dc5438bb8809917673c8f943f | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Mar 23 14:42:46 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Mar 23 14:44:18 2019 -0700 |
tree | 2e48b1917eb2a10ca9b821b013afd4b89d358b92 | |
parent | 48dbc74694416825d271f34b19f83b4ed2ea7bf9 [diff] [blame] |
Add a super simple typescript example Change-Id: I1014a889a3bb74f291a214966b32cd21e791ed7c
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..91093d3 --- /dev/null +++ b/tsconfig.json
@@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "experimentalDecorators": true, + "strict": true, + "noImplicitAny": false + }, + "bazelOptions": { + "workspaceName": "971-Robot-Code" + } +}