trigger build

This commit is contained in:
Mads Rasmussen
2024-02-11 22:26:17 +01:00
parent e2e6e429c3
commit dfe7b3aaba

View File

@@ -3,7 +3,7 @@ import { format } from 'prettier';
import { createImportMap } from '../importmap/index.js';
const tsconfigPath = 'tsconfig.json';
const tsconfigComment = `// Don't edit this file directly. It is generated by /devops/tsconfig/index.js\n\n`;
const tsconfigComment = `// Don't edit this file directly. It is generated by ./devops/tsconfig/index.js\n\n`;
const tsConfigBase = {
compilerOptions: {