mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
wip
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"include": ["./lib/**/*.ts", "scripts/oldSpecToBuilder.ts"],
|
||||
"inputs": ["./lib/index.ts"],
|
||||
"include": [
|
||||
"./lib/**/*.ts",
|
||||
"scripts/oldSpecToBuilder.ts"
|
||||
],
|
||||
"inputs": [
|
||||
"./lib/index.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"module": "es2022",
|
||||
@@ -9,9 +14,7 @@
|
||||
"outDir": "./dist/",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
||||
"strict": true,
|
||||
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"ts-node": {
|
||||
@@ -19,4 +22,4 @@
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user