mirror of https://github.com/halo-dev/halo
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["**/*.spec.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"noImplicitOverride": true,
|
|
"noUnusedLocals": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|