diff options
| author | Uri Shaked | 2019-11-21 19:40:02 +0200 |
|---|---|---|
| committer | Uri Shaked | 2019-11-21 20:05:23 +0200 |
| commit | b9dfd552a62a46449532d49adc0773589076c808 (patch) | |
| tree | 8eb1ec1f49e7b8e097a51ee6bf266a609eafac43 /demo/tsconfig.json | |
| parent | chore: release 0.2.0 (diff) | |
| download | avr8js-b9dfd552a62a46449532d49adc0773589076c808.tar.gz avr8js-b9dfd552a62a46449532d49adc0773589076c808.tar.bz2 avr8js-b9dfd552a62a46449532d49adc0773589076c808.zip | |
feat: add blink demo
Diffstat (limited to 'demo/tsconfig.json')
| -rw-r--r-- | demo/tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
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"] +} |
