13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"extends": ["@tsconfig/strictest/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"incremental": true,
|
|
"rootDir": "${configDir}/src",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"removeComments": true,
|
|
"outDir": "${configDir}/dist"
|
|
}
|
|
}
|