Preparing core package for use by other packages.

This commit is contained in:
Joshua Bemenderfer
2022-11-12 14:31:11 -05:00
parent 0196cd5c87
commit a0791b0c69
16 changed files with 504 additions and 291 deletions

View File

@@ -0,0 +1,18 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 18",
"compilerOptions": {
"lib": ["ES2022"],
"module": "ES2022",
"target": "ES2022",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}