leblebijs/tsconfig.json

9 lines
183 B
JSON
Raw Permalink Normal View History

2022-05-21 23:20:58 -05:00
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"isolatedModules": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
}