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