gabriel / musehub public
tsconfig.json json
17 lines 373 B
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", "DOM"],
5 "module": "ESNext",
6 "moduleResolution": "bundler",
7 "strict": true,
8 "noEmit": true,
9 "skipLibCheck": false,
10 "allowJs": true,
11 "checkJs": false,
12 "allowImportingTsExtensions": true
13 },
14 "include": [
15 "musehub/templates/musehub/static/js/**/*.ts"
16 ]
17 }