rate/core/tsconfig.json

13 lines
252 B
JSON
Raw Permalink Normal View History

2022-09-22 16:00:56 +00:00
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"composite": true,
2022-09-22 19:08:55 +00:00
"sourceMap": false,
2022-10-11 10:18:12 +00:00
"strictNullChecks": true,
2022-09-22 16:00:56 +00:00
"outDir": "dist"
},
2022-10-10 15:01:31 +00:00
"include": ["src/**/*"],
2022-10-16 13:28:42 +00:00
"exclude": ["node_modules/*", "dist/*"]
2022-10-10 15:01:31 +00:00
}