Preparing core package for use by other packages.
This commit is contained in:
18
packages/js/core/tsconfig.json
Normal file
18
packages/js/core/tsconfig.json
Normal 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/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user