44d7854d
Add SCSS and TypeScript build pipeline (esbuild + Dart Sass)
Gabriel Cardona <gabriel@tellurstori.com>
6d ago
| 1 |
{ |
| 2 |
"compilerOptions": { |
| 3 |
"target": "ES2022", |
| 4 |
"lib": ["ES2022", "ESNext"], |
| 5 |
"module": "CommonJS", |
| 6 |
"moduleResolution": "node", |
| 7 |
"strict": true, |
| 8 |
"noEmit": true, |
| 9 |
"skipLibCheck": true, |
| 10 |
"types": ["node"] |
| 11 |
}, |
| 12 |
"include": [] |
| 13 |
} |