mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update tsconfig
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import { checkbox, confirm, input, select } from "@inquirer/prompts";
|
import { checkbox, confirm, input, select } from "@inquirer/prompts";
|
||||||
import chalk from "chalk";
|
import chalk from "chalk";
|
||||||
import { Command } from "commander";
|
import { Command } from "commander";
|
||||||
import { createProject } from "./create-project.js";
|
import { createProject } from "./create-project";
|
||||||
import { renderTitle } from "./render-title.js";
|
import { renderTitle } from "./render-title";
|
||||||
import type { ProjectDatabase, ProjectFeature } from "./types.js";
|
import type { ProjectDatabase, ProjectFeature } from "./types";
|
||||||
|
|
||||||
const program = new Command();
|
const program = new Command();
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "bundler",
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user