mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"include": [
|
|
"./lib/**/*.ts",
|
|
"scripts/oldSpecToBuilder.ts"
|
|
],
|
|
"inputs": [
|
|
"./lib/index.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"outDir": "./dist/",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
} |