Moved TTP to this repo and updated other stuff
This commit is contained in:
parent
2f5e10140c
commit
38241e57eb
14 changed files with 1823 additions and 71 deletions
13
packages/core/ttp/tsconfig.json
Normal file
13
packages/core/ttp/tsconfig.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Loading…
Reference in a new issue