1 2 3 4 5 6 7 8 9 10 11 12 13 14
{ "extends": "../tsconfig.json", "compilerOptions": { "strictNullChecks": false, "target": "es2018", "baseUrl": "..", "rootDir": "..", "lib": ["dom"], "paths": { "avr8js": ["src"] } }, "include": ["fuse.ts", "src/**/*.ts"] }