diff options
Diffstat (limited to '')
| -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"] +} |
