sacm-optimizer / tsconfig.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/sacm-optimizer
842005b verified
Raw
History Blame Contribute Delete
289 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"declaration": true,
"outDir": "dist",
"rootDir": ".",
"skipLibCheck": true
},
"include": ["src/**/*.ts", "tests/**/*.ts"]
}