You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
609 B
TypeScript
19 lines
609 B
TypeScript
export const stagingBuildLogPath = 'report/stage.log'
|
|
export const typesCheckLogPath = 'report/tsc.log'
|
|
export const bundleSizeStatsLogPath = 'report/stats.html'
|
|
|
|
// paths.ts
|
|
export const generatedPathsFilePath = 'build/_generated/paths.ts'
|
|
|
|
// publish.bat
|
|
export const generatedPublishBatFileName = 'build/_generated/publish.bat'
|
|
|
|
// vscode setting file path
|
|
export const VScodeSettingsFilePath = '.vscode/settings.json'
|
|
|
|
// app setting file path
|
|
export const AppSettingsJSONFilePath = 'src/settings.json'
|
|
|
|
// app setting interface file path
|
|
export const AppSettingsInterfaceFilePath = 'types/settings.d.ts'
|