From b9dfd552a62a46449532d49adc0773589076c808 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 21 Nov 2019 19:40:02 +0200 Subject: feat: add blink demo --- demo/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 demo/tsconfig.json (limited to 'demo/tsconfig.json') diff --git a/demo/tsconfig.json b/demo/tsconfig.json new file mode 100644 index 0000000..2c2940e --- /dev/null +++ b/demo/tsconfig.json @@ -0,0 +1,12 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "baseUrl": "..", + "rootDir": "..", + "lib": ["dom"], + "paths": { + "avr8js": ["src"] + } + }, + "include": ["fuse.ts", "src/**/*.ts"] +} -- cgit v1.2.3