Update roots

This commit is contained in:
Matt Bierner 2026-01-30 13:12:52 -08:00
parent 0d9a2ef2b0
commit ee01088b74
No known key found for this signature in database
GPG Key ID: 87BD15F7203A4CF2
45 changed files with 45 additions and 40 deletions

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"webworker"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"ES2024",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"module": "NodeNext",
"moduleResolution": "NodeNext",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"webworker"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"ES2024",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"ES2024",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"webworker"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"sourceMap": true,
"sourceRoot": "../src",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./dist/",
"jsx": "react",
"module": "es2020",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [],
"typeRoots": [

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": false,

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"lib": [
"es2024",

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"types": [
"node"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "../../out",
"esModuleInterop": true,
"types": [

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"rootDir": "./src",
"outDir": "./out",
"typeRoots": [
"./node_modules/@types"

View File

@ -5,6 +5,7 @@
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"rootDir": "./src",
"outDir": "out",
"sourceMap": true,
"declaration": true,

View File

@ -8,6 +8,7 @@
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"rootDir": "./src",
"outDir": "out",
"sourceMap": true,
"skipLibCheck": true,

View File

@ -8,6 +8,7 @@
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"rootDir": "./src",
"outDir": "out",
"sourceMap": true,
"skipLibCheck": true,

View File

@ -9,6 +9,7 @@
"strict": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"rootDir": "./src",
"outDir": "out",
"sourceMap": true,
"skipLibCheck": true,

View File

@ -8,6 +8,7 @@
"strict": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"rootDir": "./src",
"outDir": "out",
"sourceMap": true,
"skipLibCheck": true,